ActionsPane.LayoutEngine Property

Definition

Gets a cached instance of the actions pane control's layout engine.

public:
 property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public ReadOnly Property LayoutEngine As LayoutEngine

Property Value

The layout engine for the actions pane control.

Attributes

Remarks

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

Applies to