ActionsPane.AutoSizeMode Property

Definition

Gets or sets the mode by which the actions pane control automatically resizes itself.

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

Property Value

A value that specifies the mode by which the actions pane control automatically resizes itself. The default is System.Windows.Forms.AutoSizeMode.GrowOnly.

Attributes

Remarks

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

Applies to