Click or drag to resize
FeatureHintManager Class
The actual manager class
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActionsFeatureHintManager

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActions
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class FeatureHintManager

The FeatureHintManager type exposes the following members.

Constructors
  NameDescription
Public methodFeatureHintManager
Initializes a new instance of the FeatureHintManager class.
Top
Properties
  NameDescription
Public propertyActiveContextSensitiveStates
Gets the active context sensitive states.
Public propertyActiveFeatureHints
Gets the active feature hints for the current context sensitive state.
Top
Methods
  NameDescription
Public methodAddFeatureHint
Adds the feature hint
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLeaveCurrentContextSensitiveState
Leaves the state of the current context sensitive state, which means it will remove the specified context state from the active states
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Resets this instance. All feature hints are disabled. Doesn't clear data in this instance.
Public methodSetCurrentContextSensitiveState(ContextSensitiveState)
Sets the current context sensitive state. Will reset the current set of active actions
Public methodSetCurrentContextSensitiveState(ContextSensitiveState, Boolean)
Sets the current context sensitive state. If append is true, it will append the states actions to the current set of active actions
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventFeatureHintsChanged
raised when the set of feature hints in this instance has changed. Subscribers can then refresh themselves.
Top
See Also