Show / Hide Table of Contents

Class FormControl

Represents a base class form controls which are built in to Excel.

Inheritance
System.Object
AbstractControl
FormControl
FormButton
FormCheckBox
FormComboBox
FormDialog
FormGroupBox
FormLabel
FormListBox
FormOptionButton
FormScrollBar
FormSpinButton
FormTextField
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
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 abstract class FormControl : AbstractControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Properties

FillColor

Gets or sets the fill color of the control.

Declaration
public DrawingColor FillColor { get; set; }
Property Value
Type Description
DrawingColor

Url

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

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX