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