InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / CheckButtonElement Class / Text Property

In This Topic
    Text Property (CheckButtonElement)
    In This Topic
    Gets or sets the System.String value to display.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    See Also