OlkLabelEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.
public interface class OlkLabelEvents
[System.Runtime.InteropServices.Guid("000672E5-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface OlkLabelEvents
Public Interface OlkLabelEvents
- Derived
- Attributes
Methods
Click() |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |
DoubleClick() |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |
MouseDown(OlMouseButton, OlShiftState, Single, Single) |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |
MouseMove(OlMouseButton, OlShiftState, Single, Single) |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |
MouseUp(OlMouseButton, OlShiftState, Single, Single) |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |