Class CommandButtonActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
يمثل زر أمر.
public class CommandButtonActiveXControl : ActiveXControl
الوراثة
object ← ActiveXControlBase ← ActiveXControl ← CommandButtonActiveXControl
الأعضاء الموروثة
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()
الخصائص
المسرع
يحصل على مفتاح المسرع للتحكم ويقوم بتعيينه.
public char Accelerator { get; set; }
قيمة الخاصية
العنوان
يحصل على النص الوصفي الذي يظهر على التحكم ويقوم بتعيينه.
public string Caption { get; set; }
قيمة الخاصية
IsWordWrapped
تشير إلى ما إذا كانت محتويات التحكم تتداخل تلقائيًا في نهاية السطر.
public bool IsWordWrapped { get; set; }
قيمة الخاصية
الصورة
يحصل على بيانات الصورة ويقوم بتعيينها.
public byte[] Picture { get; set; }
قيمة الخاصية
byte[]
PicturePosition
يحصل على موقع صورة التحكم بالنسبة لعنوانه ويقوم بتعيينه.
public ControlPicturePositionType PicturePosition { get; set; }
قيمة الخاصية
TakeFocusOnClick
تشير إلى ما إذا كان التحكم يأخذ التركيز عند النقر عليه.
public bool TakeFocusOnClick { get; set; }
قيمة الخاصية
النوع
يحصل على نوع التحكم ActiveX.
public override ControlType Type { get; }