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.2.0.0 (5.2.17.0403)
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