Class UnknownControl

Class UnknownControl

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

Unknow control.

public class UnknownControl : ActiveXControl

Inheritance

objectActiveXControlBaseActiveXControlUnknownControl

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

Data

Gets and sets the binary data of the control.

public override byte[] Data { get; }

Property Value

byte[]

Type

Gets the type of the ActiveX control.

public override ControlType Type { get; }

Property Value

ControlType

Methods

GetRelationshipData(string)

Gets the related data.

public byte[] GetRelationshipData(string relId)

Parameters

relId string

The relationship id.

Returns

byte[]

Returns the related data.