Class ActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Representa el control ActiveX.
public abstract class ActiveXControl : ActiveXControlBase
Herencia
object ← ActiveXControlBase ← ActiveXControl
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
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
IsAutoSize
Indica si el control se redimensionará automáticamente para mostrar todo su contenido.
public virtual bool IsAutoSize { get; set; }
Valor de la propiedad
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
IsLocked
Indica si los datos en el control están bloqueados para edición.
public bool IsLocked { get; set; }
Valor de la propiedad
IsTransparent
Indica si el control es transparente.
public bool IsTransparent { get; set; }
Valor de la propiedad
TextAlign
Representa cómo alinear el texto utilizado por el control.
public TextAlignmentType TextAlign { get; set; }