Class FormOptionButton
Inheritance
System.Object
FormOptionButton
Assembly: DRIT.Spreadsheet.dll
public class FormOptionButton : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
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
Declaration
public Line Line { 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 bool Value { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements