TableLayoutPanel.LayoutSettings Propriété

Définition

Obtient ou définit une valeur représentant les paramètres de présentation tabulaire.

public:
 property System::Windows::Forms::TableLayoutSettings ^ LayoutSettings { System::Windows::Forms::TableLayoutSettings ^ get(); void set(System::Windows::Forms::TableLayoutSettings ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.TableLayoutSettings LayoutSettings { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.LayoutSettings : System.Windows.Forms.TableLayoutSettings with get, set
Public Property LayoutSettings As TableLayoutSettings

Valeur de propriété

TableLayoutSettings

TableLayoutSettings contenant les paramètres de présentation tabulaire.

Attributs

Exceptions

La valeur de propriété est null ou vous avez essayé de définir directement TableLayoutSettings qui n'est pas pris en charge ; définissez à la place des propriétés individuelles.

S’applique à