IconSource.CreateIconElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an icon UI element.
public:
virtual IconElement ^ CreateIconElement() = CreateIconElement;
IconElement CreateIconElement();
public IconElement CreateIconElement();
function createIconElement()
Public Function CreateIconElement () As IconElement
Returns
An icon UI element.
Remarks
Calls the protected virtual CreateIconElementCore method.