FeatureHint Properties |
The FeatureHint type exposes the following members.
Name | Description | |
---|---|---|
ApplicableScenarios |
Gets or sets the applicable scenarios this action is suitable for. Used for filtering.
| |
Description |
Gets or sets the description of the action, which is the raw description and the root applicable scenarios as prefix
| |
IconToUse |
Gets or sets the icon to use on the tile. Can be null, in which case no icon is shown.
| |
MoreInformationText |
Gets the more information text to view in the viewer: empty string if no url is set, otherwise 'View'.
| |
MoreInformationURL |
Gets or sets the more information URL (optional). If set, it will point to a webpage which is shown in the in-tool browser.
| |
Name |
Gets or sets the name of the action. This is the text the user will click on
| |
RawDescription |
Gets the raw description (without the root applicable scenarios as prefix)
| |
ToExecute |
Gets or sets the delegate to execute, which will be called when the user clicks on 'Name'
|