IsOverlayThemeEnabled Method
Description
Checks whether an Overlay theme is currently enabled or disabled.
Syntax
Visual Basic |
---|
Public Function IsOverlayThemeEnabled( _ ByVal pos As Integer, _ ByVal nTheme As Integer _ ) As Integer |
Parameters
- pos
- The position of the overlay in the overlays list on which the theme is to be Queried.
- nTheme
- The position of the theme in the overlay’s theme list which is to be queried. Theme indices run from zero to one less than the number of themes.
Return Type
True
|
The theme is enabled |
False
|
The theme is disabled |
Remarks
Available: GEO D OD OM OV SISpy
Groups:
Example
sis.IsOverlayThemeEnabled (4, 2)