Class FormCheckBox
Represents a Button form control
Inheritance
System.Object
FormCheckBox
Assembly: DRIT.Spreadsheet.dll
public class FormCheckBox : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
Declaration
public string AcceleratorKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Range CellLink { get; set; }
Property Value
Declaration
public string CellLinkLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Font Font { get; }
Property Value
Text
Gets or sets the text displayed on the form control.
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool ThreeDShading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public FormCheckBoxValue Value { get; set; }
Property Value
Implements