ControlRow Class
Specialization of a row for the Control table.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Attributes | Gets or sets the attributes for the control. |
| Control | Gets or sets the identifier for this Control row. |
| Dialog | Gets or sets the dialog of the Control row. |
| Height | Gets or sets the height of the control. |
| Help | Gets or sets the help for the control. |
| Next | Gets or sets the next control. |
| Property | Gets or sets the Property associated with the control. |
| Text | Gets or sets the text of the control. |
| Type | Gets or sets the type of the control. |
| Width | Gets or sets the width of the control. |
| X | Gets or sets the X location of the control. |
| Y | Gets or sets the Y location of the control. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Attributes Property
Section titled “Attributes Property”Gets or sets the attributes for the control.
Declaration
Section titled “Declaration”public int Attributes { get; set; }Control Property
Section titled “Control Property”Gets or sets the identifier for this Control row.
Declaration
Section titled “Declaration”public string Control { get; set; }Dialog Property
Section titled “Dialog Property”Gets or sets the dialog of the Control row.
Declaration
Section titled “Declaration”public string Dialog { get; set; }Height Property
Section titled “Height Property”Gets or sets the height of the control.
Declaration
Section titled “Declaration”public string Height { get; set; }Help Property
Section titled “Help Property”Gets or sets the help for the control.
Declaration
Section titled “Declaration”public string Help { get; set; }Next Property
Section titled “Next Property”Gets or sets the next control.
Declaration
Section titled “Declaration”public string Next { get; set; }Property Property
Section titled “Property Property”Gets or sets the Property associated with the control.
Declaration
Section titled “Declaration”public string Property { get; set; }Text Property
Section titled “Text Property”Gets or sets the text of the control.
Declaration
Section titled “Declaration”public string Text { get; set; }Type Property
Section titled “Type Property”Gets or sets the type of the control.
Declaration
Section titled “Declaration”public string Type { get; set; }Width Property
Section titled “Width Property”Gets or sets the width of the control.
Declaration
Section titled “Declaration”public string Width { get; set; }X Property
Section titled “X Property”Gets or sets the X location of the control.
Declaration
Section titled “Declaration”public string X { get; set; }Y Property
Section titled “Y Property”Gets or sets the Y location of the control.
Declaration
Section titled “Declaration”public string Y { get; set; }