Class ActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Represents the ActiveX control.
public abstract class ActiveXControl : ActiveXControlBase
Inheritance
object ← ActiveXControlBase ← ActiveXControl
Derived
CheckBoxActiveXControl, ComboBoxActiveXControl, CommandButtonActiveXControl, ImageActiveXControl, LabelActiveXControl, ListBoxActiveXControl, SpinButtonActiveXControl, TextBoxActiveXControl, ToggleButtonActiveXControl, UnknownControl
Inherited Members
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
Data
Gets and sets the binary data of the control.
public override byte[] Data { get; }
Property Value
byte[]
Font
Represents the font of the control.
public Font Font { get; }
Property Value
IMEMode
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
public InputMethodEditorMode IMEMode { get; set; }
Property Value
IsAutoSize
Indicates whether the control will automatically resize to display its entire contents.
public virtual bool IsAutoSize { get; set; }
Property Value
IsEnabled
Indicates whether the control can receive the focus and respond to user-generated events.
public bool IsEnabled { get; set; }
Property Value
IsLocked
Indicates whether data in the control is locked for editing.
public bool IsLocked { get; set; }
Property Value
IsTransparent
Indicates whether the control is transparent.
public bool IsTransparent { get; set; }
Property Value
TextAlign
Represents how to align the text used by the control.
public TextAlignmentType TextAlign { get; set; }