JAMS Developer Guide
Right Property (SubmitMenu)


MVPSI.JAMS Namespace > SubmitMenu Class : Right Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("Layout")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")>
Public ReadOnly Property Right As System.Integer
'Usage
 
Dim instance As SubmitMenu
Dim value As System.Integer
 
value = instance.Right
[System.ComponentModel.Browsable(false)]
[SRCategory("Layout")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")]
public System.int Right {get;}
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