GenericSPSetThemeStatus Method |
Set the status of a theme
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic void SetThemeStatus(
int overlayNumber,
int themeNumber,
bool enabled
)
Public Sub SetThemeStatus (
overlayNumber As Integer,
themeNumber As Integer,
enabled As Boolean
)
Parameters
- overlayNumber
- Type: SystemInt32
The number of the overlay on which the theme exists - themeNumber
- Type: SystemInt32
The number of the theme - enabled
- Type: SystemBoolean
Should the theme be enabled?
See Also