BBControlRow Class
Specialization of a row for the Control table.
Properties
| Property | Description | 
|---|---|
| Attributes | Gets or sets the attributes for the BBControl. | 
| BBControl | Gets or sets the identifier for this Control row. | 
| Billboard | Gets or sets the dialog of the Control row. | 
| Height | Gets or sets the height of the BBControl. | 
| Text | Gets or sets the text of the BBControl. | 
| Type | Gets or sets the type of the BBControl. | 
| Width | Gets or sets the width of the BBControl. | 
| X | Gets or sets the X location of the BBControl. | 
| Y | Gets or sets the Y location of the BBControl. | 
WixToolset.Data.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Attributes Property
Gets or sets the attributes for the BBControl.
Declaration
public int Attributes { get; set; } 
BBControl Property
Gets or sets the identifier for this Control row.
Declaration
public string BBControl { get; set; } 
Billboard Property
Gets or sets the dialog of the Control row.
Declaration
public string Billboard { get; set; } 
Height Property
Gets or sets the height of the BBControl.
Declaration
public string Height { get; set; } 
Text Property
Gets or sets the text of the BBControl.
Declaration
public string Text { get; set; } 
Type Property
Gets or sets the type of the BBControl.
Declaration
public string Type { get; set; } 
Width Property
Gets or sets the width of the BBControl.
Declaration
public string Width { get; set; } 
X Property
Gets or sets the X location of the BBControl.
Declaration
public string X { get; set; } 
Y Property
Gets or sets the Y location of the BBControl.
Declaration
public string Y { get; set; }