Class CheckBoxActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Represents a CheckBox ActiveX control.
public class CheckBoxActiveXControl : ActiveXControl
Inheritance
object ← ActiveXControlBase ← ActiveXControl ← CheckBoxActiveXControl
Inherited Members
ActiveXControl.IsEnabled, ActiveXControl.IsLocked, ActiveXControl.IsTransparent, ActiveXControl.IsAutoSize, ActiveXControl.IMEMode, ActiveXControl.Font, ActiveXControl.TextAlign, ActiveXControl.Data, ActiveXControlBase.Workbook, ActiveXControlBase.Type, ActiveXControlBase.Width, ActiveXControlBase.Height, ActiveXControlBase.MouseIcon, ActiveXControlBase.MousePointer, ActiveXControlBase.ForeOleColor, ActiveXControlBase.BackOleColor, ActiveXControlBase.IsVisible, ActiveXControlBase.Shadow, ActiveXControlBase.LinkedCell, ActiveXControlBase.ListFillRange, ActiveXControlBase.Data, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Accelerator
Gets and sets the accelerator key for the control.
public char Accelerator { get; set; }
Property Value
Alignment
Gets and set the position of the Caption relative to the control.
public ControlCaptionAlignmentType Alignment { get; set; }
Property Value
Caption
Gets and set the descriptive text that appears on a control.
public string Caption { get; set; }
Property Value
GroupName
Gets and sets the group’s name.
public string GroupName { get; set; }
Property Value
IsTripleState
Indicates how the specified control will display Null values.
public bool IsTripleState { get; set; }
Property Value
Remarks
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. |
IsWordWrapped
Indicates whether the contents of the control automatically wrap at the end of a line.
public bool IsWordWrapped { get; set; }
Property Value
Picture
Gets and sets the data of the picture.
public byte[] Picture { get; set; }
Property Value
byte[]
PicturePosition
Gets and set the location of the control’s picture relative to its caption.
public ControlPicturePositionType PicturePosition { get; set; }
Property Value
SpecialEffect
Gets and sets the special effect of the control.
public ControlSpecialEffectType SpecialEffect { get; set; }
Property Value
Type
Gets the type of the ActiveX control.
public override ControlType Type { get; }
Property Value
Value
Indicates if the control is checked or not.
public CheckValueType Value { get; set; }