SqlUserInteractionServices.GetIcon Method
Include Protected Members
Include Inherited Members
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. (Inherited from UserInteractionServices.) | |
GetIcon(ModelElementClass) | Returns a bitmap for an icon to use in the UI to match the provided element. (Inherited from UserInteractionServices.) | |
GetIcon(IModelElement, ElementIconState) | Returns a bitmap for an icon to use in the UI to match the provided element and icon state. (Inherited from UserInteractionServices.) | |
GetIcon(ModelElementClass, ElementIconState) | Returns the icon for the specified ModelElementClass and state. (Overrides UserInteractionServices.GetIcon(ModelElementClass, ElementIconState).) |
Top