RowStyle Constructeurs
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.
Initialise une instance de la RowStyle classe.
Surcharges
| Nom | Description |
|---|---|
| RowStyle() |
Initialise une instance de la RowStyle classe à son état par défaut. |
| RowStyle(SizeType) |
Initialise une instance de la classe à l’aide RowStyle de la valeur fournie SizeType . |
| RowStyle(SizeType, Single) |
Initialise une instance de la RowStyle classe à l’aide des valeurs fournies SizeType et de hauteur. |
RowStyle()
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
Initialise une instance de la RowStyle classe à son état par défaut.
public:
RowStyle();
public RowStyle();
Public Sub New ()
Remarques
Ce constructeur définit la SizeType propriété sur AutoSize et la Height propriété sur 0.
Voir aussi
S’applique à
RowStyle(SizeType)
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
public:
RowStyle(System::Windows::Forms::SizeType sizeType);
public RowStyle(System.Windows.Forms.SizeType sizeType);
new System.Windows.Forms.RowStyle : System.Windows.Forms.SizeType -> System.Windows.Forms.RowStyle
Public Sub New (sizeType As SizeType)
Paramètres
- sizeType
- SizeType
Indiquant SizeType comment la ligne doit être dimensionnée par rapport à sa table contenante.
Remarques
Ce constructeur définit la Height propriété sur 0.
Voir aussi
S’applique à
RowStyle(SizeType, Single)
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
- Source:
- RowStyle.cs
public:
RowStyle(System::Windows::Forms::SizeType sizeType, float height);
public RowStyle(System.Windows.Forms.SizeType sizeType, float height);
new System.Windows.Forms.RowStyle : System.Windows.Forms.SizeType * single -> System.Windows.Forms.RowStyle
Public Sub New (sizeType As SizeType, height As Single)
Paramètres
- sizeType
- SizeType
Indiquant SizeType comment la ligne doit être dimensionnée par rapport à sa table contenante.
- height
- Single
Hauteur par défaut en pixels ou pourcentage du TableLayoutPanel, en fonction sizeTypede .
Exceptions
height est inférieur à 0.
Remarques
Le height paramètre prend différentes significations en fonction du sizeType paramètre. Pour plus d’informations, consultez la propriété Height.