FeatureHintManagerSetCurrentContextSensitiveState Method (ContextSensitiveState, Boolean) | 
 
            Sets the current context sensitive state. If append is true, it will append the states actions to the current set of active actions
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActions
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic void SetCurrentContextSensitiveState(
	ContextSensitiveState toEnable,
	bool append
)
Public Sub SetCurrentContextSensitiveState ( 
	toEnable As ContextSensitiveState,
	append As Boolean
)
Parameters
- toEnable
 - Type: SD.LLBLGen.Pro.ApplicationCoreContextSensitiveState
To enable. - append
 - Type: SystemBoolean
if set to true [append]. 
See Also