ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / 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
    public string Text {get; set;}
    Remarks
    Changing this value is an easy way to modify the text displayed in an outline button without any custom drawing code.
    See Also