OlkComboBoxEvents_SinkHelper Class

Definition

This class and its members are reserved for internal use and are not intended to be used in your code.

public ref class OlkComboBoxEvents_SinkHelper sealed : Microsoft::Office::Interop::Outlook::OlkComboBoxEvents
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public sealed class OlkComboBoxEvents_SinkHelper : Microsoft.Office.Interop.Outlook.OlkComboBoxEvents
Public NotInheritable Class OlkComboBoxEvents_SinkHelper
Implements OlkComboBoxEvents
Inheritance
OlkComboBoxEvents_SinkHelper
Attributes
Implements

Fields

m_AfterUpdateDelegate
m_BeforeUpdateDelegate
m_ChangeDelegate
m_ClickDelegate
m_DoubleClickDelegate
m_DropButtonClickDelegate
m_dwCookie
m_EnterDelegate
m_ExitDelegate
m_KeyDownDelegate
m_KeyPressDelegate
m_KeyUpDelegate
m_MouseDownDelegate
m_MouseMoveDelegate
m_MouseUpDelegate

Methods

AfterUpdate()
BeforeUpdate(Boolean)
Change()
Click()
DoubleClick()
DropButtonClick()
Enter()
Exit(Boolean)
KeyDown(Int32, OlShiftState)
KeyPress(Int32)
KeyUp(Int32, OlShiftState)
MouseDown(OlMouseButton, OlShiftState, Single, Single)
MouseMove(OlMouseButton, OlShiftState, Single, Single)
MouseUp(OlMouseButton, OlShiftState, Single, Single)

Applies to