C# Class Microsoft.ManagementConsole.PropertyPageContainerControl

Inheritance: System.Windows.Forms.ContainerControl
Show file Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
ProcessHotKey ( char hotKey ) : bool
PropertyPageContainerControl ( PropertyPage ownerPage ) : Microsoft.ManagementConsole.Internal

Protected Methods

Method Description
ProcessDialogChar ( char charCode ) : bool
ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Method Description
InitializeLifetimeService ( ) : object

Method Details

ProcessDialogChar() protected method

protected ProcessDialogChar ( char charCode ) : bool
charCode char
return bool

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool

ProcessHotKey() public method

public ProcessHotKey ( char hotKey ) : bool
hotKey char
return bool

PropertyPageContainerControl() public method

public PropertyPageContainerControl ( PropertyPage ownerPage ) : Microsoft.ManagementConsole.Internal
ownerPage PropertyPage
return Microsoft.ManagementConsole.Internal