ActiveXControlBase Class
Contents
[
Hide
]ActiveXControlBase class
Represents the ActiveX control.
type ActiveXControlBase struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetWorkbook | Gets the |
GetMousePointer | Gets and sets the type of icon displayed as the mouse pointer for the control. |
SetMousePointer | Gets and sets the type of icon displayed as the mouse pointer for the control. |
GetLinkedCell | Gets and sets the linked cell. |
SetLinkedCell | Gets and sets the linked cell. |
GetListFillRange | Gets and sets the list fill range. |
SetListFillRange | Gets and sets the list fill range. |
GetType | Gets the type of the ActiveX control. |
GetWidth | Gets and sets the width of the control in unit of points. |
SetWidth | Gets and sets the width of the control in unit of points. |
GetHeight | Gets and sets the height of the control in unit of points. |
SetHeight | Gets and sets the height of the control in unit of points. |
GetForeOleColor | Gets and sets the ole color of the foreground. |
SetForeOleColor | Gets and sets the ole color of the foreground. |
GetBackOleColor | Gets and sets the ole color of the background. |
SetBackOleColor | Gets and sets the ole color of the background. |
IsVisible | Indicates whether this control is visible. |
SetIsVisible | Indicates whether this control is visible. |
GetShadow | Indicates whether to show a shadow. |
SetShadow | Indicates whether to show a shadow. |