LayoutSettings.LayoutEngine Eigenschaft

Definition

Ruft die aktuelle Tabellenlayout-Engine ab.

public:
 virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
public virtual System.Windows.Forms.Layout.LayoutEngine? LayoutEngine { get; }
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overridable ReadOnly Property LayoutEngine As LayoutEngine

Eigenschaftswert

Die aktuell verwendete LayoutEngine.

Hinweise

Die LayoutEngine Eigenschaft wird in der Regel in zwei Kontexten verwendet: dem Container, der ein Layoutschema verwendet, und dem untergeordneten Steuerelement des Containers, auf den das Layoutschema angewendet wird.

Gilt für:

Weitere Informationen