Method | Description | |
---|---|---|
DoesMouseDownGetEaten ( |
Should the mouse down be eaten when the tracking has been ended.
|
|
VisualContextMenuDTP ( |
Initialize a new instance of the VisualContextMenuDTP class.
|
public DoesMouseDownGetEaten ( |
||
m | Original message. | |
pt | Point | Screen coordinates point. |
return | bool |
public VisualContextMenuDTP ( |
||
contextMenu | Originating context menu instance. | |
palette | IPalette | Local palette setting to use initially. |
paletteMode | PaletteMode | Palette mode setting to use initially. |
redirector | Redirector used for obtaining palette values. | |
redirectorImages | Redirector used for obtaining images. | |
items | KryptonContextMenuCollection | Collection of context menu items to be displayed. |
enabled | bool | Enabled state of the context menu. |
keyboardActivated | bool | Was the context menu activate by a keyboard action. |
dropScreenRect | Screen rectangle of the drop down button. | |
return | System |