Property | Type | Description | |
---|---|---|---|
WM_DISMISS | int | ||
_aboveScreenPos | Point | ||
_borderGap | int | ||
_childMenu | |||
_currentPoint | Point | ||
_currentSize | |||
_direction | Direction | ||
_drawCommands | |||
_excludeOffset | int | ||
_excludeTop | bool | ||
_exitLoop | bool | ||
_extraSize | int | ||
_grabFocus | bool | ||
_imageHeight | int | ||
_imageWidth | int | ||
_lastMousePos | Point | ||
_layered | bool | ||
_leftScreenPos | Point | ||
_menuCommands | |||
_menuImages | |||
_mouseOver | bool | ||
_oldFocus | |||
_parentControl | |||
_parentMenu | |||
_popupDown | bool | ||
_popupItem | int | ||
_popupRight | bool | ||
_position | ].int[ | ||
_returnCommand | |||
_returnDir | int | ||
_screenPos | Point | ||
_selectionDelay | int | ||
_showInfrequent | bool | ||
_style | VisualStyle | ||
_supportsLayered | bool | ||
_textFont | |||
_timer | Timer | ||
_trackItem | int |
Property | Type | Description | |
---|---|---|---|
DrawSingleCommand | void | ||
IsComboBoxList | bool | ||
PopupMenu | System | ||
TrackPopup |
Method | Description | |
---|---|---|
Dismiss ( ) : void | ||
Dispose ( ) : void | ||
TrackPopup ( Point screenPos ) : |
||
TrackPopup ( Point screenPos, bool selectFirst ) : |
Method | Description | |
---|---|---|
ApplySizeToColumnList ( |
||
ApplyVerticalSeparators ( int sepHeight ) : void | ||
CorrectPositionForScreen ( |
||
CreateAndShowWindow ( ) : void | ||
Dispose ( bool fDisposing ) : void | ||
DrawAllCommands ( |
||
DrawBackground ( |
||
DrawColumn ( |
||
GenerateDrawPositions ( ) : |
||
GetShortcutText ( Shortcut shortcut ) : string | ||
GrabTheFocus ( ) : void | ||
InternalTrackPopup ( Point screenPosTR, Point screenPosTL, |
||
InternalTrackPopup ( bool selectFirst ) : |
||
OnTimerExpire ( object sender, |
||
OnWM_ACTIVATEAPP ( |
||
OnWM_DISMISS ( ) : void | ||
OnWM_MOUSEACTIVATE ( |
||
OnWM_MOUSELEAVE ( ) : void | ||
OnWM_MOUSEMOVE ( |
||
OnWM_PAINT ( |
||
OnWM_SETCURSOR ( |
||
OnWM_XBUTTONUP ( |
||
OperateSubMenu ( int popupItem, bool selectFirst ) : void | ||
ParentWantsMouseMessage ( System.Win32 &msg ) : bool | ||
ProcessKeyDown ( ) : bool | ||
ProcessKeyLeft ( ) : void | ||
ProcessKeyRight ( ) : bool | ||
ProcessKeyUp ( ) : bool | ||
ProcessMnemonicKey ( char key ) : int | ||
RefreshAllCommands ( ) : void | ||
RegenerateExpansion ( ) : void | ||
ReturnTheFocus ( ) : void | ||
SetComboBoxesParent ( ) : void | ||
SetWindowRegion ( |
||
SubMenuMovement ( ) : void | ||
SwitchSelection ( int oldItem, int newItem, bool mouseChange, bool reverting ) : void | ||
UnsetComboBoxesParent ( ) : void | ||
UpdateLayeredWindow ( ) : void | ||
UpdateLayeredWindow ( Point point, |
||
WantMouseMessage ( System.Win32 screenPos ) : bool | ||
WndProc ( |
Method | Description | |
---|---|---|
DrawSingleCommand ( |
||
IsComboBoxList ( |
||
PopupMenu ( ) : System | ||
TrackPopup ( Point screenPos, Point aboveScreenPos, Direction direction, |
protected ApplySizeToColumnList ( |
||
columnList | ||
cellWidth | int | |
return | void |
protected ApplyVerticalSeparators ( int sepHeight ) : void | ||
sepHeight | int | |
return | void |
protected CorrectPositionForScreen ( |
||
winSize | ||
return | Point |
protected DrawAllCommands ( |
||
g | ||
return | void |
protected DrawBackground ( |
||
g | ||
rectWin | ||
return | void |
protected DrawColumn ( |
||
g | ||
main | ||
return | void |
protected GenerateDrawPositions ( ) : |
||
return |
protected GetShortcutText ( Shortcut shortcut ) : string | ||
shortcut | Shortcut | |
return | string |
protected InternalTrackPopup ( Point screenPosTR, Point screenPosTL, |
||
screenPosTR | Point | |
screenPosTL | Point | |
menuCollection | ||
parentMenu | ||
selectFirst | bool | |
parentControl | ||
popupRight | bool | |
popupDown | bool | |
returnDir | int | |
return |
protected InternalTrackPopup ( bool selectFirst ) : |
||
selectFirst | bool | |
return |
protected OnTimerExpire ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnWM_ACTIVATEAPP ( |
||
m | ||
return | void |
protected OnWM_MOUSEACTIVATE ( |
||
m | ||
return | void |
protected OnWM_MOUSEMOVE ( |
||
m | ||
return | void |
protected OnWM_PAINT ( |
||
m | ||
return | void |
protected OnWM_SETCURSOR ( |
||
m | ||
return | void |
protected OnWM_XBUTTONUP ( |
||
m | ||
return | void |
protected OperateSubMenu ( int popupItem, bool selectFirst ) : void | ||
popupItem | int | |
selectFirst | bool | |
return | void |
protected ParentWantsMouseMessage ( System.Win32 &msg ) : bool | ||
msg | System.Win32 | |
return | bool |
protected ProcessMnemonicKey ( char key ) : int | ||
key | char | |
return | int |
protected SetWindowRegion ( |
||
winSize | ||
return | void |
protected SwitchSelection ( int oldItem, int newItem, bool mouseChange, bool reverting ) : void | ||
oldItem | int | |
newItem | int | |
mouseChange | bool | |
reverting | bool | |
return | void |
public TrackPopup ( Point screenPos ) : |
||
screenPos | Point | |
return |
public TrackPopup ( Point screenPos, bool selectFirst ) : |
||
screenPos | Point | |
selectFirst | bool | |
return |
protected UpdateLayeredWindow ( Point point, |
||
point | Point | |
size | ||
return | void |
protected WantMouseMessage ( System.Win32 screenPos ) : bool | ||
screenPos | System.Win32 | |
return | bool |
protected WndProc ( |
||
m | ||
return | void |
protected PopupMenu,SidebarLibrary.Menus _childMenu | ||
return |
protected Size,System.Drawing _currentSize | ||
return |
protected ArrayList,System.Collections _drawCommands | ||
return |
protected MenuCommandCollection,SidebarLibrary.Collections _menuCommands | ||
return |
protected static ImageList,System.Windows.Forms _menuImages | ||
return |
protected MenuControl,SidebarLibrary.Menus _parentControl | ||
return |
protected PopupMenu,SidebarLibrary.Menus _parentMenu | ||
return |
protected MenuCommand,SidebarLibrary.Menus _returnCommand | ||
return |