Skybound VisualTips

VisualTip.Title Property

Gets or sets the title displayed in bold at the top of the tip.

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

Property Value

A String which represents the title displayed in bold at the top of the tip.

Remarks

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

VisualTip Class | Skybound.VisualTips Namespace