This documentation is for the old version. Go to the latest Upload Suite docs

BaseControl.ToolTip Property

Gets or sets the text displayed when the mouse pointer hovers over the Web server control.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property ToolTip As String
C#
public override string ToolTip { get; }

Property Value

The text displayed when the mouse pointer hovers over the Web server control. The default is Empty

.

See Also

Reference