Skybound Rebar

RebarButton.ToolTipText Property

Gets or sets the tool tip displayed when the mouse hovers over the button.

[Visual Basic]
Public Property ToolTipText As String
[C#]
public string ToolTipText {get; set;}

Property Value

The text that is displayed when the mouse pointer moves over the rebar button. The default is an empty string ("").

Remarks

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

Before any tool tips are displayed for a rebar, a ToolTip component must be assigned to it using the ToolTipProvider property. Also, tool tips are only displayed on ToolBar bands (the BandType of the band is set to RebarBandType.ToolBar).

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

RebarButton Class | Skybound.Rebar Namespace