Click or drag to resize

FeatureHintManager.SetCurrentContextSensitiveState 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.9.0.0 (5.9.0)
Syntax
public void SetCurrentContextSensitiveState(
	ContextSensitiveState toEnable,
	bool append
)

Parameters

toEnable
Type: SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveState
To enable.
append
Type: System.Boolean
if set to true [append].
See Also