IconSource.CreateIconElement Method

Definition

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.

Applies to