ActionsPane.AutoScaleMode Property

Definition

Gets or sets the automatic scaling mode of the actions pane.

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

Property Value

A value that represents the current scaling mode. The default is System.Windows.Forms.AutoScaleMode.None.

Attributes

Remarks

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

Applies to