ActionsPane.Right Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the distance, in pixels, between the right edge of the actions pane and the left edge of its container's client area.
public:
property int Right { int get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public int Right { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.Right : int
Public ReadOnly Property Right As Integer
Property Value
The distance, in pixels, between the right edge of the control and the left edge of its container's client area.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.Control.Right property. For more information about using this property, see System.Windows.Forms.Control.Right.