TableLayoutSettings.LayoutEngine Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le moteur de disposition de table actuel.
public:
virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overrides ReadOnly Property LayoutEngine As LayoutEngine
Valeur de propriété
Actuellement LayoutEngine utilisé.
Remarques
La LayoutEngine propriété est généralement utilisée dans deux contextes :
Conteneur qui utilise une disposition de table.
Contrôle contenu dans un conteneur de disposition de tableau, tel qu’un bouton contenu dans une cellule d’un TableLayoutPanel.