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.6.0.0 (5.6.19.0117)
Syntax
public void LeaveCurrentContextSensitiveState(
	ContextSensitiveState toRemove
)

Parameters

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