Class CheckBoxActiveXControl

Class CheckBoxActiveXControl

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

Mewakili kontrol ActiveX CheckBox.

public class CheckBoxActiveXControl : ActiveXControl

Pewarisan

objectActiveXControlBaseActiveXControlCheckBoxActiveXControl

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

char

Penjajaran

Mendapatkan dan mengatur posisi Caption relatif terhadap kontrol.

public ControlCaptionAlignmentType Alignment { get; set; }

Nilai Properti

ControlCaptionAlignmentType

Caption

Mendapatkan dan mengatur teks deskriptif yang muncul pada kontrol.

public string Caption { get; set; }

Nilai Properti

string

NamaGrup

Mendapatkan dan mengatur nama grup.

public string GroupName { get; set; }

Nilai Properti

string

IsTripleState

Menunjukkan bagaimana kontrol yang ditentukan akan menampilkan nilai Null.

public bool IsTripleState { get; set; }

Nilai Properti

bool

Catatan

PengaturanDeskripsi
TrueKontrol 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

bool

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

ControlPicturePositionType

EfekKhusus

Mendapatkan dan mengatur efek khusus dari kontrol.

public ControlSpecialEffectType SpecialEffect { get; set; }

Nilai Properti

ControlSpecialEffectType

Tipe

Mendapatkan tipe kontrol ActiveX.

public override ControlType Type { get; }

Nilai Properti

ControlType

Nilai

Menunjukkan apakah kontrol dicentang atau tidak.

public CheckValueType Value { get; set; }

Nilai Properti

CheckValueType

 Indonesia