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