ActionsPane.Right Property

Definition

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.

Applies to