CheckBoxBrick Constructors
A visual brick containing a check box.Name | Parameters | Description |
---|---|---|
CheckBoxBrick() | none | Initializes a new instance of the CheckBoxBrick class with the default settings. |
CheckBoxBrick(BorderSide, Single, Color, Color, Color) | sides, borderWidth, borderColor, backColor, foreColor | Initializes a new instance of the CheckBoxBrick class with the specified settings. |
CheckBoxBrick(BorderSide, Single, Color, Color) | sides, borderWidth, borderColor, backColor | Initializes a new instance of the CheckBoxBrick class with the specified visible borders, their width, color, and the background color of a check box brick. |
CheckBoxBrick(BrickStyle) | style | Initializes a new instance of the CheckBoxBrick class with the specified brick style. |
CheckBoxBrick(IBrickOwner, BrickStyle) | brickOwner, style | Initializes a new instance of the CheckBoxBrick class with specified settings. |
CheckBoxBrick(IBrickOwner) | brickOwner | Initializes a new instance of the CheckBoxBrick class with the specified owner. |
See Also