LayoutSettings.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 présentation tabulaire actuel.
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
Valeur de propriété
LayoutEngine actuellement utilisé.
Remarques
La LayoutEngine propriété est généralement utilisée dans deux contextes : le conteneur qui utilise un schéma de disposition et le contrôle enfant du conteneur auquel le schéma de disposition est appliqué.