UserInteractionServices.GetIcon Method
Include Protected Members
Include Inherited Members
Returns a bitmap for an icon to use in the user interface (UI) to match the provided element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetIcon(IModelElement) | Returns a bitmap for an icon to use in the UI to match the provided element. | |
GetIcon(ModelElementClass) | Returns a bitmap for an icon to use in the UI to match the provided element. | |
GetIcon(IModelElement, ElementIconState) | Returns a bitmap for an icon to use in the UI to match the provided element and icon state. | |
GetIcon(ModelElementClass, ElementIconState) | Returns a bitmap for an icon to use in the UI to match the provided element and icon state. |
Top