'Declaration
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> <System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("Appearance")> <System.Runtime.InteropServices.DispIdAttribute(-517)> <SRDescriptionAttribute("The text associated with the control.")> Public Overridable Property Text As System.String
'Usage
Dim instance As SubmitMenu Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)] [System.ComponentModel.Localizable(true)] [SRCategory("Appearance")] [System.Runtime.InteropServices.DispId(-517)] [SRDescription("The text associated with the control.")] public virtual System.string Text {get; set;}