FeatureHintManager Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.ContextSensitiveActions
The FeatureHintManager type exposes the following members.
Name | Description | |
---|---|---|
FeatureHintManager |
Initializes a new instance of the FeatureHintManager class.
|
Name | Description | |
---|---|---|
ActiveContextSensitiveStates |
Gets the active context sensitive states.
| |
ActiveFeatureHints |
Gets the active feature hints for the current context sensitive state.
|
Name | Description | |
---|---|---|
AddFeatureHint |
Adds the feature hint
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LeaveCurrentContextSensitiveState |
Leaves the state of the current context sensitive state, which means it will remove the specified context state from the active states
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset |
Resets this instance. All feature hints are disabled. Doesn't clear data in this instance.
| |
SetCurrentContextSensitiveState(ContextSensitiveState) |
Sets the current context sensitive state. Will reset the current set of active actions
| |
SetCurrentContextSensitiveState(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
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
FeatureHintsChanged |
raised when the set of feature hints in this instance has changed. Subscribers can then refresh themselves.
|