Class CommandButtonActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Mewakili tombol perintah.
public class CommandButtonActiveXControl : ActiveXControl
Pewarisan
object ← ActiveXControlBase ← ActiveXControl ← CommandButtonActiveXControl
Anggota yang Dwarisi
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()
Properti
Akselerator
Mendapatkan dan mengatur kunci akselerator untuk kontrol.
public char Accelerator { get; set; }
Nilai Properti
Keterangan
Mendapatkan dan mengatur teks deskriptif yang muncul pada kontrol.
public string Caption { get; set; }
Nilai Properti
IsWordWrapped
Menunjukkan apakah konten kontrol secara otomatis membungkus di akhir baris.
public bool IsWordWrapped { get; set; }
Nilai Properti
Gambar
Mendapatkan dan mengatur data gambar.
public byte[] Picture { get; set; }
Nilai Properti
byte[]
PosisiGambar
Mendapatkan dan mengatur lokasi gambar kontrol relatif terhadap keterangannya.
public ControlPicturePositionType PicturePosition { get; set; }
Nilai Properti
AmbilFokusSaatDiklik
Menunjukkan apakah kontrol mengambil fokus saat diklik.
public bool TakeFocusOnClick { get; set; }
Nilai Properti
Tipe
Mendapatkan tipe kontrol ActiveX.
public override ControlType Type { get; }