ToolStripContentPanel.Anchor Property

Definition

This property is not relevant to this class.

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

Property Value

The edges of the container to which a control is bound and determines how a control is resized with its parent.

Attributes

Remarks

This property is not relevant to this class.

Applies to