Class ActiveXCommandButton
Inheritance
System.Object
ActiveXCommandButton
Assembly: DRIT.Spreadsheet.dll
public class ActiveXCommandButton : ActiveXControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Fields
Declaration
public const string CommandButtonClassId = null
Field Value
Type |
Description |
System.String |
|
Declaration
public const string CommandButtonEmbedFunctionArgument = null
Field Value
Type |
Description |
System.String |
|
Properties
Specifies whether the control takes the focus when clicked.
Declaration
public bool TakeFocusOnClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements