IGxSystemIcons.Asterisk

Syntax

Asterisk: IGxIcon;

Description

The Asterisk property returns the object that contains the system icon of the information message.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);

Begin

Self.Icon := GxSystemIcons.Asterisk;

End Sub Button1OnClick;

After executing the example clicking the button sets the icon of the information message for the form.

See also:

IGxSystemIcons