Class CheckBoxActiveXControl

Class CheckBoxActiveXControl

Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)

Represents a CheckBox ActiveX control.

public class CheckBoxActiveXControl : ActiveXControl

Inheritance

objectActiveXControlBaseActiveXControlCheckBoxActiveXControl

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

char

Alignment

Gets and set the position of the Caption relative to the control.

public ControlCaptionAlignmentType Alignment { get; set; }

Property Value

ControlCaptionAlignmentType

Caption

Gets and set the descriptive text that appears on a control.

public string Caption { get; set; }

Property Value

string

GroupName

Gets and sets the group’s name.

public string GroupName { get; set; }

Property Value

string

IsTripleState

Indicates how the specified control will display Null values.

public bool IsTripleState { get; set; }

Property Value

bool

Remarks

SettingDescription
TrueThe 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

bool

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

ControlPicturePositionType

SpecialEffect

Gets and sets the special effect of the control.

public ControlSpecialEffectType SpecialEffect { get; set; }

Property Value

ControlSpecialEffectType

Type

Gets the type of the ActiveX control.

public override ControlType Type { get; }

Property Value

ControlType

Value

Indicates if the control is checked or not.

public CheckValueType Value { get; set; }

Property Value

CheckValueType