ActionsPane.BorderStyle Property

Definition

Gets or sets the border style of the actions pane.

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

Property Value

The border style of the actions pane. The default is Fixed3D.

Attributes

Remarks

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

Applies to