[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.FormControls.IFormControl

IFormControl Interface

Represents a form control.

Namespace: GrapeCity.Spreadsheet.FormControls
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IFormControl : IDrawingObject
Public Interface IFormControl
    Inherits IDrawingObject

Properties

Name Description
Display3DShading

Gets or sets a value indicating whether the control display with 3D-shading effect.

Enabled

Gets or sets a value indicating whether the control is enabled.

Index

Gets the index of the control in the collection.

LockedText

Gets the text in the specified object will be locked to prevent changes when the workbook is protected.

OnClick

Gets or sets the action associated with this control.

Shape

Gets the IShape container of this control.

Text

Gets or sets the text associated with this control.

Events

Name Description
Click

Occurs when the user clicks the control.