Gets or sets the icon to be displayed in the ToolTip's title.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Image TitleIcon { get; set; }
Visual Basic
Public Property TitleIcon As Image
	Get
	Set
Visual C++
public:
property Image^ TitleIcon {
	Image^ get ();
	void set (Image^ value);
}
F#
member TitleIcon : Image with get, set

Property Value

Type: Image
The title icon.

See Also