Skip to content

BBControlRow Class

Specialization of a row for the Control table.

PropertyDescription
AttributesGets or sets the attributes for the BBControl.
BBControlGets or sets the identifier for this Control row.
BillboardGets or sets the dialog of the Control row.
HeightGets or sets the height of the BBControl.
TextGets or sets the text of the BBControl.
TypeGets or sets the type of the BBControl.
WidthGets or sets the width of the BBControl.
XGets or sets the X location of the BBControl.
YGets or sets the Y location of the BBControl.
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Gets or sets the attributes for the BBControl.

public int Attributes { get; set; }

Gets or sets the identifier for this Control row.

public string BBControl { get; set; }

Gets or sets the dialog of the Control row.

public string Billboard { get; set; }

Gets or sets the height of the BBControl.

public string Height { get; set; }

Gets or sets the text of the BBControl.

public string Text { get; set; }

Gets or sets the type of the BBControl.

public string Type { get; set; }

Gets or sets the width of the BBControl.

public string Width { get; set; }

Gets or sets the X location of the BBControl.

public string X { get; set; }

Gets or sets the Y location of the BBControl.

public string Y { get; set; }