ActionsPane.Anchor Property

Definition

Gets or sets the edges of the container to which the actions pane is bound and determines how the user control is resized with its parent.

public:
 property System::Windows::Forms::AnchorStyles Anchor { System::Windows::Forms::AnchorStyles get(); void set(System::Windows::Forms::AnchorStyles value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.AnchorStyles Anchor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Anchor : System.Windows.Forms.AnchorStyles with get, set
Public Property Anchor As AnchorStyles

Property Value

A bitwise combination of the AnchorStyles values. The default is Top and Left.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.Anchor property. For more information about using this property, see System.Windows.Forms.Control.Anchor.

Applies to