Class CommandButtonActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Stellt eine Befehls-Schaltfläche dar.
public class CommandButtonActiveXControl : ActiveXControl
Vererbung
object ← ActiveXControlBase ← ActiveXControl ← CommandButtonActiveXControl
Vererbte Mitglieder
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()
Eigenschaften
Accelerator
Erhält und setzt die Beschleunigungstaste für die Steuerung.
public char Accelerator { get; set; }
Eigenschaftswert
Caption
Erhält und setzt den beschreibenden Text, der auf einer Steuerung erscheint.
public string Caption { get; set; }
Eigenschaftswert
IsWordWrapped
Gibt an, ob der Inhalt der Steuerung am Ende einer Zeile automatisch umgebrochen wird.
public bool IsWordWrapped { get; set; }
Eigenschaftswert
Picture
Erhält und setzt die Daten des Bildes.
public byte[] Picture { get; set; }
Eigenschaftswert
byte[]
PicturePosition
Erhält und setzt die Position des Bildes der Steuerung relativ zu ihrer Beschriftung.
public ControlPicturePositionType PicturePosition { get; set; }
Eigenschaftswert
TakeFocusOnClick
Gibt an, ob die Steuerung den Fokus erhält, wenn sie angeklickt wird.
public bool TakeFocusOnClick { get; set; }
Eigenschaftswert
Type
Erhält den Typ der ActiveX-Steuerung.
public override ControlType Type { get; }