C# Class Microsoft.ManagementConsole.FormView

Inheritance: Microsoft.ManagementConsole.View
Show file Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
ShowContextMenu ( Point point, bool onResultItem ) : void

Private Methods

Method Description
InternalInitialize ( ) : void
InternalShutdown ( ) : void
LoseKeyboardFocus ( bool forward ) : bool
MouseActivate ( IntPtr topLevelWindow, int hitTestResult ) : void
OnHandleCreated ( object control, EventArgs args ) : void
ProcessCmdKey ( ) : bool
ProcessDialogKey ( ) : void
ProcessNotification ( Notification notification ) : void
Synchronize ( ) : void
TakeKeyboardFocus ( bool forward ) : void

Method Details

ShowContextMenu() public method

public ShowContextMenu ( Point point, bool onResultItem ) : void
point Point
onResultItem bool
return void