Click or drag to resize

FeatureHintManagerSetCurrentContextSensitiveState Method (ContextSensitiveState)

Sets the current context sensitive state. Will reset 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.6.0.0 (5.6.19.0117)
Syntax
public void SetCurrentContextSensitiveState(
	ContextSensitiveState toEnable
)

Parameters

toEnable
Type: SD.LLBLGen.Pro.ApplicationCoreContextSensitiveState
To enable.
See Also