Skybound Rebar

Rebar.ToolTipProvider Property

Gets or sets the ToolTip component used to display tool tips for toolbar buttons.

[Visual Basic]
Public Property ToolTipProvider As ToolTip
[C#]
public System.Windows.Forms.ToolTip ToolTipProvider {get; set;}

Property Value

A ToolTip component used to display tool tips for toolbar buttons.

Remarks

Before any tool tips are displayed for a rebar, a ToolTip component must be assigned to it using this property.

Use the ToolTipText property of each RebarButton to specify the tool tip text displayed for each button.

See Also

Rebar Class | Skybound.Rebar Namespace