Свойство | Type | Description | |
---|---|---|---|
m_host | ToolStripControlHost | ||
m_monitorMouseOver | bool | ||
m_mouseOver | bool | ||
m_owningDropDown | ToolStripDropDown | ||
m_timer | Timer |
Свойство | Type | Description | |
---|---|---|---|
InitializeTimer | void | ||
m_owningDropDown_Closed | void | ||
m_owningDropDown_Opened | void | ||
m_owningDropDown_Opening | void | ||
m_timer_Tick | void |
Méthode | Description | |
---|---|---|
CheckDesiredPopupLocation ( Point ptDesired, bool &tooWide, bool &tooTall ) : void |
Determines whether or not the popup's right or bottom edge will extend beyond the bounds of the screen if shown at the specified location.
|
|
FwPopup ( ) : System |
Initializes a new instance of the T:FwPopup class.
|
|
Hide ( ) : void |
Hides the popup.
|
|
Show ( Control ctrl, Point location ) : void |
Shows the popup at the specified location (which is relative to ctrl) with the specified owning control.
|
|
Show ( Point screenLocation ) : void |
Shows the popup at the specified screen location.
|
|
m_owningDropDown_VisibleChanged ( object sender, EventArgs e ) : void |
Start and stop the timer when the owning drop-down's visibility changes.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnClosed ( ToolStripDropDownClosedEventArgs e ) : void |
Handles the Closed event of the popup.
|
|
OnMouseEntered ( EventArgs e ) : void |
Fires the mouse entered event.
|
|
OnMouseLeft ( EventArgs e ) : void |
Fires the MouseLeft event.
|
|
OnOpened ( EventArgs e ) : void |
Handles the Opened event of the popup.
|
|
OnOpening ( EventArgs e ) : void |
Handles the Opening event of the popup.
|
|
OnSizeChanged ( EventArgs e ) : void |
|
|
OnTimerTick ( ) : void |
Fires when the timer Tick event occurs.
|
Méthode | Description | |
---|---|---|
InitializeTimer ( ) : void |
|
|
m_owningDropDown_Closed ( object sender, ToolStripDropDownClosedEventArgs e ) : void |
Handles the Closed event of the popup.
|
|
m_owningDropDown_Opened ( object sender, EventArgs e ) : void |
Handles the Opened event of the popup.
|
|
m_owningDropDown_Opening ( object sender, CancelEventArgs e ) : void |
Handles the Opening event of the m_owningDropDown control.
|
|
m_timer_Tick ( object sender, EventArgs e ) : void |
|
public CheckDesiredPopupLocation ( Point ptDesired, bool &tooWide, bool &tooTall ) : void | ||
ptDesired | Point | |
tooWide | bool | |
tooTall | bool | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, /// false. |
Résultat | void |
protected OnClosed ( ToolStripDropDownClosedEventArgs e ) : void | ||
e | ToolStripDropDownClosedEventArgs | |
Résultat | void |
protected OnMouseEntered ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnMouseLeft ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnSizeChanged ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
public Show ( Control ctrl, Point location ) : void | ||
ctrl | Control | |
location | Point | |
Résultat | void |
public Show ( Point screenLocation ) : void | ||
screenLocation | Point | |
Résultat | void |
public m_owningDropDown_VisibleChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Résultat | void |
protected ToolStripDropDown m_owningDropDown | ||
Résultat | ToolStripDropDown |