Class ActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Mewakili kontrol ActiveX.
public abstract class ActiveXControl : ActiveXControlBase
Pewarisan
object ← ActiveXControlBase ← ActiveXControl
Turunan
CheckBoxActiveXControl, ComboBoxActiveXControl, CommandButtonActiveXControl, ImageActiveXControl, LabelActiveXControl, ListBoxActiveXControl, SpinButtonActiveXControl, TextBoxActiveXControl, ToggleButtonActiveXControl, UnknownControl
Anggota yang Dwarisi
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
Data
Mengambil dan mengatur data biner dari kontrol.
public override byte[] Data { get; }
Nilai Properti
byte[]
Font
Mewakili font dari kontrol.
public Font Font { get; }
Nilai Properti
IMEMode
Mengambil dan mengatur mode runtime default dari Input Method Editor untuk kontrol saat mendapatkan fokus.
public InputMethodEditorMode IMEMode { get; set; }
Nilai Properti
IsAutoSize
Menunjukkan apakah kontrol akan otomatis mengubah ukuran untuk menampilkan seluruh isinya.
public virtual bool IsAutoSize { get; set; }
Nilai Properti
IsEnabled
Menunjukkan apakah kontrol dapat menerima fokus dan merespons peristiwa yang dihasilkan pengguna.
public bool IsEnabled { get; set; }
Nilai Properti
IsLocked
Menunjukkan apakah data dalam kontrol terkunci untuk diedit.
public bool IsLocked { get; set; }
Nilai Properti
IsTransparent
Menunjukkan apakah kontrol bersifat transparan.
public bool IsTransparent { get; set; }
Nilai Properti
TextAlign
Mewakili cara untuk menyelaraskan teks yang digunakan oleh kontrol.
public TextAlignmentType TextAlign { get; set; }