C1.Win.C1FlexGrid Namespace / OwnerDrawOutlineButtonEventArgs Class / Text Property

In This Topic
Text Property (OwnerDrawOutlineButtonEventArgs)
In This Topic
Gets or sets the text that will be displayed in the outline button.
Syntax
'Declaration
 
Public Property Text As String
 
Remarks
Changing this value is an easy way to modify the text displayed in an outline button without any custom drawing code.
See Also