Show / Hide Table of Contents

Class FormButton

Represents a Button form control

Inheritance
System.Object
AbstractControl
FormControl
FormButton
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
FormControl.FillColor
FormControl.Url
AbstractControl.anchoredCell
AbstractControl.AnchoredCell
AbstractControl.BottomRightCell
AbstractControl.Worksheet
AbstractControl.ObjectPositioning
AbstractControl.Id
AbstractControl.Name
AbstractControl.Sheet
AbstractControl.Size
AbstractControl.ParentGroup
AbstractControl.Positioning
AbstractControl.Position
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormButton : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Properties

AcceleratorKey

Declaration
public string AcceleratorKey { get; set; }
Property Value
Type Description
System.String

Cancel

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
System.Boolean

Default

Declaration
public bool Default { get; set; }
Property Value
Type Description
System.Boolean

Dismiss

Declaration
public bool Dismiss { get; set; }
Property Value
Type Description
System.Boolean

Font

Declaration
public Font Font { get; }
Property Value
Type Description
Font

Help

Declaration
public bool Help { get; set; }
Property Value
Type Description
System.Boolean

Macro

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

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX