Class CheckBoxActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Mewakili kontrol ActiveX CheckBox.
public class CheckBoxActiveXControl : ActiveXControl
Pewarisan
object ← ActiveXControlBase ← ActiveXControl ← CheckBoxActiveXControl
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
Penjajaran
Mendapatkan dan mengatur posisi Caption relatif terhadap kontrol.
public ControlCaptionAlignmentType Alignment { get; set; }
Nilai Properti
Caption
Mendapatkan dan mengatur teks deskriptif yang muncul pada kontrol.
public string Caption { get; set; }
Nilai Properti
NamaGrup
Mendapatkan dan mengatur nama grup.
public string GroupName { get; set; }
Nilai Properti
IsTripleState
Menunjukkan bagaimana kontrol yang ditentukan akan menampilkan nilai Null.
public bool IsTripleState { get; set; }
Nilai Properti
Catatan
Pengaturan | Deskripsi |
---|---|
True | Kontrol akan berputar melalui status untuk nilai Ya, Tidak, dan Null. Kontrol muncul redup (abu-abu) ketika properti Nilainya diatur ke Null. |
False | (Default) Kontrol akan berputar melalui status untuk nilai Ya dan Tidak. Nilai Null ditampilkan seolah-olah mereka adalah nilai Tidak. |
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 caption-nya.
public ControlPicturePositionType PicturePosition { get; set; }
Nilai Properti
EfekKhusus
Mendapatkan dan mengatur efek khusus dari kontrol.
public ControlSpecialEffectType SpecialEffect { get; set; }
Nilai Properti
Tipe
Mendapatkan tipe kontrol ActiveX.
public override ControlType Type { get; }
Nilai Properti
Nilai
Menunjukkan apakah kontrol dicentang atau tidak.
public CheckValueType Value { get; set; }