InfoConnect for Airlines VBA Guide
Theme Object Members

The following tables list the members exposed by Theme.

Properties
 NameDescription
Public PropertyCursorGets the cursor object associated with the theme.  
Public PropertyFileNameGets the theme template to use. The Set action for this property is Obsolete and will be removed in a future release. Use the Theme object's Load method instead.  
Public PropertyFontGets the font object associated with the theme.  
Public PropertyModifiedReturns the modified state of the theme.  
Public PropertyParentGets the parent object. The parent is the IIbmTerminal object.  
Public PropertySoundsGets the sounds object associated with the theme.  
Public PropertyThemeColorGets the color map object associated with the theme.  
Top
Methods and Functions
 NameDescription
Public MethodLoadLoads a new theme into the current session document.  
Public MethodResetThemeAbandons any changes made in the "dirty" state and applies the last-saved settings.  
Public MethodSaveSaves changes to the current theme.  
Public MethodSaveAsSaves the current theme contents to a file.  
Top
See Also