Method | Description | |
---|---|---|
AddHost ( |
Adds a host to the drop-down.
|
|
CustomDropDown ( ) : System |
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up
|
|
OnVisibleChanged ( |
Start and stop the timer when the owning drop-down's visibility changes.
|
Method | Description | |
---|---|---|
AddControl ( |
||
InitializeMouseMonitorTimer ( ) : void |
|
|
InitializeVisibilityTimeoutTimer ( ) : void |
|
|
m_hostedControl_Resize ( object sender, |
Adjust the size of the popup as the size of the hosted control changes. This is necessary in case the hosted control can be resized by the user at runtime.
|
|
m_tmrMouseMonitor_Tick ( object sender, |
|
|
m_tmrVisibilityTimeout_Tick ( object sender, |
|
public AddHost ( |
||
host | ||
return | void |
protected OnVisibleChanged ( |
||
e | ||
return | void |