Class CommandButtonActiveXControl

Class CommandButtonActiveXControl

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

يمثل زر أمر.

public class CommandButtonActiveXControl : ActiveXControl

الوراثة

objectActiveXControlBaseActiveXControlCommandButtonActiveXControl

الأعضاء الموروثة

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; }

قيمة الخاصية

char

العنوان

يحصل على النص الوصفي الذي يظهر على التحكم ويقوم بتعيينه.

public string Caption { get; set; }

قيمة الخاصية

string

IsWordWrapped

تشير إلى ما إذا كانت محتويات التحكم تتداخل تلقائيًا في نهاية السطر.

public bool IsWordWrapped { get; set; }

قيمة الخاصية

bool

الصورة

يحصل على بيانات الصورة ويقوم بتعيينها.

public byte[] Picture { get; set; }

قيمة الخاصية

byte[]

PicturePosition

يحصل على موقع صورة التحكم بالنسبة لعنوانه ويقوم بتعيينه.

public ControlPicturePositionType PicturePosition { get; set; }

قيمة الخاصية

ControlPicturePositionType

TakeFocusOnClick

تشير إلى ما إذا كان التحكم يأخذ التركيز عند النقر عليه.

public bool TakeFocusOnClick { get; set; }

قيمة الخاصية

bool

النوع

يحصل على نوع التحكم ActiveX.

public override ControlType Type { get; }

قيمة الخاصية

ControlType

 عربي