Class ComboBoxActiveXControl

Class ComboBoxActiveXControl

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

Mewakili kontrol ActiveX ComboBox.

public class ComboBoxActiveXControl : ActiveXControl

Pewarisan

objectActiveXControlBaseActiveXControlComboBoxActiveXControl

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

BorderOleColor

Mengambil dan mengatur warna ole dari latar belakang.

public int BorderOleColor { get; set; }

Nilai Properti

int

BorderStyle

Mengambil dan mengatur jenis batas yang digunakan oleh kontrol.

public ControlBorderType BorderStyle { get; set; }

Nilai Properti

ControlBorderType

BoundColumn

Mewakili bagaimana properti Value ditentukan untuk ComboBox atau ListBox ketika nilai properti MultiSelect (fmMultiSelectSingle).

public int BoundColumn { get; set; }

Nilai Properti

int

ColumnCount

Mewakili jumlah kolom yang ditampilkan dalam ComboBox atau ListBox.

public int ColumnCount { get; set; }

Nilai Properti

int

ColumnWidths

Mengambil dan mengatur lebar kolom.

public double ColumnWidths { get; set; }

Nilai Properti

double

DropButtonStyle

Menentukan simbol yang ditampilkan pada tombol drop

public DropButtonStyle DropButtonStyle { get; set; }

Nilai Properti

DropButtonStyle

EnterFieldBehavior

Menentukan perilaku pemilihan saat memasuki kontrol. True menunjukkan bahwa pemilihan tetap tidak berubah dari terakhir kali kontrol aktif. False menunjukkan bahwa semua teks dalam kontrol akan dipilih saat memasuki kontrol.

public bool EnterFieldBehavior { get; set; }

Nilai Properti

bool

HideSelection

Menunjukkan apakah teks yang dipilih dalam kontrol muncul disorot ketika kontrol tidak memiliki fokus.

public bool HideSelection { get; set; }

Nilai Properti

bool

IsAutoWordSelected

Menentukan unit dasar yang digunakan untuk memperluas pemilihan. True menunjukkan bahwa unit dasar adalah satu karakter. False menunjukkan bahwa unit dasar adalah satu kata utuh.

public virtual bool IsAutoWordSelected { get; set; }

Nilai Properti

bool

IsDragBehaviorEnabled

Menunjukkan apakah menyeret dan menjatuhkan diaktifkan untuk kontrol.

public bool IsDragBehaviorEnabled { get; set; }

Nilai Properti

bool

IsEditable

Menunjukkan apakah pengguna dapat mengetik ke dalam kontrol.

public bool IsEditable { get; set; }

Nilai Properti

bool

ListRows

Mewakili jumlah maksimum baris yang ditampilkan dalam daftar.

public int ListRows { get; set; }

Nilai Properti

int

ListStyle

Mengambil dan mengatur penampilan visual.

public ControlListStyle ListStyle { get; set; }

Nilai Properti

ControlListStyle

ListWidth

Mengambil dan mengatur lebar dalam satuan poin.

public double ListWidth { get; set; }

Nilai Properti

double

MatchEntry

Menunjukkan bagaimana ListBox atau ComboBox mencari daftarnya saat pengguna mengetik.

public ControlMatchEntryType MatchEntry { get; set; }

Nilai Properti

ControlMatchEntryType

MaxLength

Mengambil dan mengatur jumlah maksimum karakter

public int MaxLength { get; set; }

Nilai Properti

int

SelectionMargin

Menunjukkan apakah pengguna dapat memilih satu baris teks dengan mengklik di area di sebelah kiri teks.

public bool SelectionMargin { get; set; }

Nilai Properti

bool

ShowColumnHeads

Menunjukkan apakah judul kolom ditampilkan.

public bool ShowColumnHeads { get; set; }

Nilai Properti

bool

ShowDropButtonTypeWhen

Menentukan simbol yang ditampilkan pada tombol drop

public ShowDropButtonType ShowDropButtonTypeWhen { get; set; }

Nilai Properti

ShowDropButtonType

SpecialEffect

Mengambil dan mengatur efek khusus dari kontrol.

public ControlSpecialEffectType SpecialEffect { get; set; }

Nilai Properti

ControlSpecialEffectType

TextColumn

Mewakili kolom dalam ComboBox atau ListBox untuk ditampilkan kepada pengguna.

public int TextColumn { get; set; }

Nilai Properti

int

Type

Mengambil jenis kontrol ActiveX.

public override ControlType Type { get; }

Nilai Properti

ControlType

Value

Mengambil dan mengatur nilai dari kontrol.

public string Value { get; set; }

Nilai Properti

string

 Indonesia