Class ActiveXControlBase
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Represents the ActiveX control.
public abstract class ActiveXControlBase
Inheritance
Derived
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
BackOleColor
Gets and sets the ole color of the background.
public virtual int BackOleColor { get; set; }
Property Value
Data
Gets and sets the binary data of the control.
public virtual byte[] Data { get; }
Property Value
byte[]
ForeOleColor
Gets and sets the ole color of the foreground.
public virtual int ForeOleColor { get; set; }
Property Value
Remarks
Not applies to Image control.
Height
Gets and sets the height of the control in unit of points.
public virtual double Height { get; set; }
Property Value
IsVisible
Indicates whether this control is visible.
public virtual bool IsVisible { get; set; }
Property Value
LinkedCell
Gets and sets the linked cell.
public string LinkedCell { get; set; }
Property Value
ListFillRange
Gets and sets the list fill range.
public string ListFillRange { get; set; }
Property Value
MouseIcon
Gets and sets a custom icon to display as the mouse pointer for the control.
public byte[] MouseIcon { get; set; }
Property Value
byte[]
MousePointer
Gets and sets the type of icon displayed as the mouse pointer for the control.
public ControlMousePointerType MousePointer { get; set; }
Property Value
Shadow
Indicates whether to show a shadow.
public virtual bool Shadow { get; set; }
Property Value
Type
Gets the type of the ActiveX control.
public abstract ControlType Type { get; }
Property Value
Width
Gets and sets the width of the control in unit of points.
public virtual double Width { get; set; }
Property Value
Workbook
Gets the Aspose.Cells.Drawing.ActiveXControls.ActiveXControlBase.Workbook object.
public Workbook Workbook { get; }