Freigeben über


Control.LayoutEngine Eigenschaft

Definition

Ruft eine zwischengespeicherte Instanz des Layoutmoduls des Steuerelements ab.

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

Eigenschaftswert

Der LayoutEngine Inhalt des Steuerelements.

Attribute

Hinweise

Die LayoutEngine Eigenschaft ruft das Layoutmodul für die untergeordneten Elemente des Steuerelements und nicht für das Steuerelement selbst ab.

Gilt für:

Weitere Informationen