Reflection
ITheme Interface Members
Properties  Methods 

The following tables list the members exposed by ITheme.

Public Properties
 NameDescription
 PropertyCursorGets the cursor object associated with the theme.  
 PropertyFileNameGets or sets the theme template to use. Setting this loads a new theme.  
 PropertyFontGets the font object associated with the theme.  
 PropertyModifiedReturns the modified state of the theme. True = theme has been modified since last save, false if not.  
 PropertyParentGets the parent object. The parent is the IIbmTerminal object.  
 PropertySoundsGets the sounds object associated with the theme.  
 PropertyThemeColorGets the color map object associated with the theme.  
Top
Public Methods
 NameDescription
 MethodLoadLoads a new theme into the current session document  
 MethodResetThemeAbandons changes made in the "dirty" state and reloads/applies last saved settings.  
 MethodSaveSaves changes to current theme  
 MethodSaveAsSaves current theme contents to a file  
Top
See Also