Class ActiveXControl

Class ActiveXControl

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

Representa el control ActiveX.

public abstract class ActiveXControl : ActiveXControlBase

Herencia

objectActiveXControlBaseActiveXControl

Derivados

CheckBoxActiveXControl, ComboBoxActiveXControl, CommandButtonActiveXControl, ImageActiveXControl, LabelActiveXControl, ListBoxActiveXControl, SpinButtonActiveXControl, TextBoxActiveXControl, ToggleButtonActiveXControl, UnknownControl

Miembros heredados

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()

Propiedades

Data

Obtiene y establece los datos binarios del control.

public override byte[] Data { get; }

Valor de la propiedad

byte[]

Font

Representa la fuente del control.

public Font Font { get; }

Valor de la propiedad

Font

IMEMode

Obtiene y establece el modo de tiempo de ejecución predeterminado del Editor de Métodos de Entrada para el control al recibir el foco.

public InputMethodEditorMode IMEMode { get; set; }

Valor de la propiedad

InputMethodEditorMode

IsAutoSize

Indica si el control se redimensionará automáticamente para mostrar todo su contenido.

public virtual bool IsAutoSize { get; set; }

Valor de la propiedad

bool

IsEnabled

Indica si el control puede recibir el foco y responder a eventos generados por el usuario.

public bool IsEnabled { get; set; }

Valor de la propiedad

bool

IsLocked

Indica si los datos en el control están bloqueados para edición.

public bool IsLocked { get; set; }

Valor de la propiedad

bool

IsTransparent

Indica si el control es transparente.

public bool IsTransparent { get; set; }

Valor de la propiedad

bool

TextAlign

Representa cómo alinear el texto utilizado por el control.

public TextAlignmentType TextAlign { get; set; }

Valor de la propiedad

TextAlignmentType

 Español