OlkBusinessCardControl Members
Include Protected Members
Include Inherited Members
This control displays a business card.
The OlkBusinessCardControl type exposes the following members.
Properties
Name | Description | |
---|---|---|
MouseIcon | Returns or sets a StdPicture that represents a custom picture to the mouse cursor for this control. Read/write. (Inherited from _OlkBusinessCardControl.) | |
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 _OlkBusinessCardControl.) |
Top
Events
Name | Description | |
---|---|---|
Click | Occurs when the control is clicked, either through user action or programmatically. (Inherited from OlkBusinessCardControlEvents_Event.) | |
DoubleClick | Occurs when the control is double-clicked through user action or programmatically. (Inherited from OlkBusinessCardControlEvents_Event.) | |
MouseDown | Occurs when the user presses a mouse button on the control. (Inherited from OlkBusinessCardControlEvents_Event.) | |
MouseMove | Occurs after a mouse movement has been registered over the control. (Inherited from OlkBusinessCardControlEvents_Event.) | |
MouseUp | Occurs after the user releases a mouse button that has been pressed on the control. (Inherited from OlkBusinessCardControlEvents_Event.) |
Top