JAMS Developer Guide
Text Property (SubmitMenu)


MVPSI.JAMS Namespace > SubmitMenu Class : Text Property
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubmitMenu Class
SubmitMenu Members