Click or drag to resize

FeatureHintManagerAddFeatureHint Method

Adds the feature hint

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 AddFeatureHint(
	FeatureHint toAdd,
	List<ContextSensitiveState> relatedStates
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActionsFeatureHint
To add.
relatedStates
Type: System.Collections.GenericListContextSensitiveState
The related states.
See Also