Click or drag to resize

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)
Syntax
public void SetThemeComponentStatus(
	int overlayNumber,
	int themeNumber,
	int componentNumber,
	bool enabled
)

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