Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripComboBox Class / Text Property

In This Topic
    Text Property (C1EditorToolStripComboBox)
    In This Topic
    Gets or sets the text to be displayed on the hosted control.
    Syntax
    'Declaration
     
    Public Shadows Property Text As System.String
    public new System.string Text {get; set;}
    See Also