ActionsPane.AutoSizeMode 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 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.