GenericSPSetThemeComponentStatus Method |
Set the status of a theme component
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic void SetThemeComponentStatus(
int overlayNumber,
int themeNumber,
int componentNumber,
bool enabled
)
Public Sub SetThemeComponentStatus (
overlayNumber As Integer,
themeNumber As Integer,
componentNumber 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 - componentNumber
- Type: SystemInt32
The number of the component - enabled
- Type: SystemBoolean
Should the component be enabled?
See Also