[]
Represents a form control.
public interface IFormControl : IDrawingObject
Public Interface IFormControl
Inherits IDrawingObject
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. |
Name | Description |
---|---|
Click | Occurs when the user clicks the control. |