Class ActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
מייצג את בקר ה-ActiveX.
public abstract class ActiveXControl : ActiveXControlBase
ירושה
object ← ActiveXControlBase ← ActiveXControl
נגזר
CheckBoxActiveXControl, ComboBoxActiveXControl, CommandButtonActiveXControl, ImageActiveXControl, LabelActiveXControl, ListBoxActiveXControl, SpinButtonActiveXControl, TextBoxActiveXControl, ToggleButtonActiveXControl, UnknownControl
חברים ירושים
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()
מאפיינים
Data
מקבל ומגדיר את הנתונים הבינאריים של הבקר.
public override byte[] Data { get; }
ערך המאפיין
byte[]
Font
מייצג את הגופן של הבקר.
public Font Font { get; }
ערך המאפיין
IMEMode
מקבל ומגדיר את מצב הזמן-הריצה ברירת המחדל של עורך שיטת הקלט עבור הבקר כאשר הוא מקבל פוקוס.
public InputMethodEditorMode IMEMode { get; set; }
ערך המאפיין
IsAutoSize
מציין אם הבקר יתאים את גודלו אוטומטית כדי להציג את כל התוכן שלו.
public virtual bool IsAutoSize { get; set; }
ערך המאפיין
IsEnabled
מציין אם הבקר יכול לקבל את הפוקוס ולהגיב לאירועים שנוצרו על ידי המשתמש.
public bool IsEnabled { get; set; }
ערך המאפיין
IsLocked
מציין אם הנתונים בבקר נעולים לעריכה.
public bool IsLocked { get; set; }
ערך המאפיין
IsTransparent
מציין אם הבקר שקוף.
public bool IsTransparent { get; set; }
ערך המאפיין
TextAlign
מייצג כיצד ליישר את הטקסט שמשתמש בבקר.
public TextAlignmentType TextAlign { get; set; }