OlkInfoBar Members
Include Protected Members
Include Inherited Members
A control that provides an area to display specific information on a custom form.
The OlkInfoBar type exposes the following members.
Properties
Name | Description | |
---|---|---|
MouseIcon | Returns or sets a StdPicture that represent the custom picture to the mouse cursor for this control. Read/write. (Inherited from _OlkInfoBar.) | |
MousePointer | Returns or sets an OlMousePointer constant that specifies the type of pointer displayed when the user positions the mouse over the control. Read/write. (Inherited from _OlkInfoBar.) |
Top
Events
Name | Description | |
---|---|---|
Click | Occurs when the control is clicked, either through user action or programmatically. (Inherited from OlkInfoBarEvents_Event.) | |
DoubleClick | Occurs when the control is double-clicked through user action. (Inherited from OlkInfoBarEvents_Event.) | |
MouseDown | Occurs when the user presses a mouse button on the control. (Inherited from OlkInfoBarEvents_Event.) | |
MouseMove | Occurs after a mouse movement has been registered over the control. (Inherited from OlkInfoBarEvents_Event.) | |
MouseUp | Occurs after the user releases a mouse button that has been pressed on the control. (Inherited from OlkInfoBarEvents_Event.) |
Top