Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitleInfo Class / Border Property


In This Topic
Border Property (TitleInfo)
In This Topic
Gets or sets the border of the title bar.
Syntax
'Declaration
 
Public Property Border As IBorder
 
'Usage
 
Dim instance As TitleInfo
Dim value As IBorder
 
instance.Border = value
 
value = instance.Border
See Also