Class ActiveXControlBase

Class ActiveXControlBase

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

Represents the ActiveX control.

public abstract class ActiveXControlBase

Inheritance

objectActiveXControlBase

Derived

ActiveXControl

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

int

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

int

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

double

IsVisible

Indicates whether this control is visible.

public virtual bool IsVisible { get; set; }

Property Value

bool

LinkedCell

Gets and sets the linked cell.

public string LinkedCell { get; set; }

Property Value

string

ListFillRange

Gets and sets the list fill range.

public string ListFillRange { get; set; }

Property Value

string

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

ControlMousePointerType

Shadow

Indicates whether to show a shadow.

public virtual bool Shadow { get; set; }

Property Value

bool

Type

Gets the type of the ActiveX control.

public abstract ControlType Type { get; }

Property Value

ControlType

Width

Gets and sets the width of the control in unit of points.

public virtual double Width { get; set; }

Property Value

double

Workbook

Gets the Aspose.Cells.Drawing.ActiveXControls.ActiveXControlBase.Workbook object.

public Workbook Workbook { get; }

Property Value

Workbook