CheckBoxActiveXControl
CheckBoxActiveXControl class
Represents a CheckBox ActiveX control.
Properties
| Name | Type | Description |
|---|---|---|
| Type | Number | Gets the type of the ActiveX control. The value of the property is ControlType integer constant. |
| GroupName | String | Gets and sets the group’s name. |
| Alignment | Number | Gets and set the position of the Caption relative to the control. The value of the property is ControlCaptionAlignmentTy |
| IsWordWrapped | boolean | Indicates whether the contents of the control automatically wrap at the end of a line. |
| Caption | String | Gets and set the descriptive text that appears on a control. |
| PicturePosition | Number | Gets and set the location of the control’s picture relative to its caption. The value of the property is ControlPictureP |
| SpecialEffect | Number | Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant. |
| Picture | byte[] | Gets and sets the data of the picture. |
| Accelerator | char | Gets and sets the accelerator key for the control. |
| Value | Number | Indicates if the control is checked or not. The value of the property is CheckValueType integer constant. |
| IsTripleState | boolean | Indicates how the specified control will display Null values. Setting Description True The control will cycle through st |
| IsEnabled | boolean | Indicates whether the control can receive the focus and respond to user-generated events. |
| IsLocked | boolean | Indicates whether data in the control is locked for editing. |
| IsTransparent | boolean | Indicates whether the control is transparent. |
| IsAutoSize | boolean | Indicates whether the control will automatically resize to display its entire contents. |
| IMEMode | Number | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of th |
| Font | Font | Represents the font of the control. |
| TextAlign | Number | Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant. |
| Data | byte[] | Gets and sets the binary data of the control. |
| Workbook | Workbook | Gets the Workbook object. |
| Width | Number | Gets and sets the width of the control in unit of points. |
| Height | Number | Gets and sets the height of the control in unit of points. |
| MouseIcon | byte[] | Gets and sets a custom icon to display as the mouse pointer for the control. |
| MousePointer | Number | Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMouse |
| ForeOleColor | Number | Gets and sets the ole color of the foreground. Not applies to Image control. |
| BackOleColor | Number | Gets and sets the ole color of the background. |
| IsVisible | boolean | Indicates whether this control is visible. |
| Shadow | boolean | Indicates whether to show a shadow. |
| LinkedCell | String | Gets and sets the linked cell. |
| ListFillRange | String | Gets and sets the list fill range. |
CheckBoxActiveXControl.Type property
Gets the type of the ActiveX control. The value of the property is ControlType integer constant.
Type: Number
CheckBoxActiveXControl.GroupName property
Gets and sets the group’s name.
Type: String
CheckBoxActiveXControl.Alignment property
Gets and set the position of the Caption relative to the control. The value of the property is ControlCaptionAlignmentType integer constant.
Type: Number
CheckBoxActiveXControl.IsWordWrapped property
Indicates whether the contents of the control automatically wrap at the end of a line.
Type: boolean
CheckBoxActiveXControl.Caption property
Gets and set the descriptive text that appears on a control.
Type: String
CheckBoxActiveXControl.PicturePosition property
Gets and set the location of the control’s picture relative to its caption. The value of the property is ControlPicturePositionType integer constant.
Type: Number
CheckBoxActiveXControl.SpecialEffect property
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.
Type: Number
CheckBoxActiveXControl.Picture property
Gets and sets the data of the picture.
Type: byte[]
CheckBoxActiveXControl.Accelerator property
Gets and sets the accelerator key for the control.
Type: char
CheckBoxActiveXControl.Value property
Indicates if the control is checked or not. The value of the property is CheckValueType integer constant.
Type: Number
CheckBoxActiveXControl.IsTripleState property
Indicates how the specified control will display Null values. Setting Description True The control will cycle through states for Yes, No, and Null values. The control appears dimmed (grayed) when its Value property is set to Null. False (Default) The control will cycle through states for Yes and No values. Null values display as if they were No values.
Type: boolean
CheckBoxActiveXControl.IsEnabled property
Indicates whether the control can receive the focus and respond to user-generated events.
Type: boolean
CheckBoxActiveXControl.IsLocked property
Indicates whether data in the control is locked for editing.
Type: boolean
CheckBoxActiveXControl.IsTransparent property
Indicates whether the control is transparent.
Type: boolean
CheckBoxActiveXControl.IsAutoSize property
Indicates whether the control will automatically resize to display its entire contents.
Type: boolean
CheckBoxActiveXControl.IMEMode property
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant.
Type: Number
CheckBoxActiveXControl.Font property
Represents the font of the control.
Type: Font
CheckBoxActiveXControl.TextAlign property
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.
Type: Number
CheckBoxActiveXControl.Data property
Gets and sets the binary data of the control.
Type: byte[]
CheckBoxActiveXControl.Workbook property
Gets the Workbook object.
Type: Workbook
CheckBoxActiveXControl.Width property
Gets and sets the width of the control in unit of points.
Type: Number
CheckBoxActiveXControl.Height property
Gets and sets the height of the control in unit of points.
Type: Number
CheckBoxActiveXControl.MouseIcon property
Gets and sets a custom icon to display as the mouse pointer for the control.
Type: byte[]
CheckBoxActiveXControl.MousePointer property
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.
Type: Number
CheckBoxActiveXControl.ForeOleColor property
Gets and sets the ole color of the foreground. Not applies to Image control.
Type: Number
CheckBoxActiveXControl.BackOleColor property
Gets and sets the ole color of the background.
Type: Number
CheckBoxActiveXControl.IsVisible property
Indicates whether this control is visible.
Type: boolean
CheckBoxActiveXControl.Shadow property
Indicates whether to show a shadow.
Type: boolean
CheckBoxActiveXControl.LinkedCell property
Gets and sets the linked cell.
Type: String
CheckBoxActiveXControl.ListFillRange property
Gets and sets the list fill range.
Type: String