ActiveXControlBase

ActiveXControlBase class

Represents the ActiveX control.

public abstract class ActiveXControlBase

Properties

Name Description
BackOleColor { get; set; } Gets and sets the ole color of the background.
virtual Data { get; } Gets and sets the binary data of the control.
virtual ForeOleColor { get; set; } Gets and sets the ole color of the foreground.
virtual Height { get; set; } Gets and sets the height of the control in unit of points.
MouseIcon { get; set; } Gets and sets a custom icon to display as the mouse pointer for the control.
MousePointer { get; set; } Gets and sets the type of icon displayed as the mouse pointer for the control.
abstract Type { get; } Gets the type of the ActiveX control.
virtual Width { get; set; } Gets and sets the width of the control in unit of point.

See Also