LayoutSettings.LayoutEngine Eigenschap

Definitie

Hiermee haalt u de huidige tabelindelingsengine op.

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

Waarde van eigenschap

De LayoutEngine momenteel gebruikte.

Opmerkingen

De LayoutEngine eigenschap wordt meestal gebruikt in twee contexten: de container die gebruikmaakt van een indelingsschema en het onderliggende besturingselement van de container waarop het indelingsschema wordt toegepast.

Van toepassing op

Zie ook