Class ActiveXControl
Represents an ActiveX Control.
Inheritance
System.Object
ActiveXControl
Assembly: DRIT.Spreadsheet.dll
public class ActiveXControl : AbstractControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Fields
Declaration
protected readonly Worksheet worksheet
Field Value
Properties
A Unicode character that specifies the accelerator key for the control.
Declaration
public int Accelerator { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Specifies the background color of the control.
Declaration
public long BackColor { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public BackStyle BackStyle { get; set; }
Property Value
Specifies the descriptive text that appears on a control to identify or describe it.
Declaration
public string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ClassId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int FontCharSet { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public FontEffects FontEffects { get; set; }
Property Value
Declaration
public int FontHeightInTwips { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string FontName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int FontPitchAndFamily { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int FontWeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public long ForeColor { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Specifies whether selected text remains highlighted when a control does not have the focus.
Declaration
public bool HideSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Specifies the default run time mode of theInput Method Editor (IME) for a control.
Declaration
public IMEMode IMEMode { get; set; }
Property Value
Declaration
public bool Locked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public MousePointer MousePointer { get; set; }
Property Value
Declaration
public ParaformatAlignment ParagraphAlign { get; set; }
Property Value
Declaration
public bool PrintObject { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Shadow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public SpecialEffect SpecialEffect { get; set; }
Property Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Indicates whether the contents of a control automatically wrap at the end of a line.
Declaration
public bool WordWrap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements