Show / Hide Table of Contents

Class FormCheckBox

Represents a Button form control

Inheritance
System.Object
AbstractControl
FormControl
FormCheckBox
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 FormCheckBox : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Properties

AcceleratorKey

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

CellLink

Declaration
public Range CellLink { get; set; }
Property Value
Type Description
Range

CellLinkLabel

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

Font

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

Text

Gets or sets the text displayed on the form control.

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

ThreeDShading

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

Value

Declaration
public FormCheckBoxValue Value { get; set; }
Property Value
Type Description
FormCheckBoxValue

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX