Click or drag to resize

FeatureHint Properties

The FeatureHint type exposes the following members.

Properties
  NameDescription
Public propertyApplicableScenarios
Gets or sets the applicable scenarios this action is suitable for. Used for filtering.
Public propertyDescription
Gets or sets the description of the action, which is the raw description and the root applicable scenarios as prefix
Public propertyIconToUse
Gets or sets the icon to use on the tile. Can be null, in which case no icon is shown.
Public propertyMoreInformationText
Gets the more information text to view in the viewer: empty string if no url is set, otherwise 'View'.
Public propertyMoreInformationURL
Gets or sets the more information URL (optional). If set, it will point to a webpage which is shown in the in-tool browser.
Public propertyName
Gets or sets the name of the action. This is the text the user will click on
Public propertyRawDescription
Gets the raw description (without the root applicable scenarios as prefix)
Public propertyToExecute
Gets or sets the delegate to execute, which will be called when the user clicks on 'Name'
Top
See Also