FeatureHintManagerSingleton Class | 
 
            Singleton which contains the FeatureHintManager class
            
Inheritance HierarchySystemObject  SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActionsFeatureHintManagerSingleton  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActions
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic static class FeatureHintManagerSingleton
Public NotInheritable Class FeatureHintManagerSingleton
The FeatureHintManagerSingleton type exposes the following members.
Methods
RemarksThe FeatureHintManager instance returned by this singleton provider isn't thread safe as it's designed to be used on the foreground thread because 
            it is mainly used for visualizing messages to the user. If multiple threads have to report messages, use the foreground thread to add them to this 
            FeatureHintManager
See Also