Spread Windows Forms 12.0 Product Documentation
Title Property (TooltipsForm)


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > TooltipsForm Class : Title Property
Gets or sets the title.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As TooltipsForm
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}

Property Value

The title.
See Also

Reference

TooltipsForm Class
TooltipsForm Members