Spread Silverlight Documentation
Title Property (ToolbarButton)


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarButton Class : Title Property
Gets or sets the title.
Syntax
'Declaration
 
Public Property Title As System.String
'Usage
 
Dim instance As ToolbarButton
Dim value As System.String
 
instance.Title = value
 
value = instance.Title
public System.string Title {get; set;}

Property Value

The title.
See Also

Reference

ToolbarButton Class
ToolbarButton Members