Click or drag to resize
FeatureHintManagerLeaveCurrentContextSensitiveState Method
Leaves the state of the current context sensitive state, which means it will remove the specified context state from the active states

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActions
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public void LeaveCurrentContextSensitiveState(
	ContextSensitiveState toRemove
)

Parameters

toRemove
Type: SD.LLBLGen.Pro.ApplicationCoreContextSensitiveState
To remove.
See Also