C# Class Bloom.HelpLauncher

Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
RegisterWithServer ( EnhancedImageServer server ) : void
Show ( Control parent ) : void
Show ( Control parent, string topic ) : void
Show ( Control parent, string helpFileName, string topic ) : void

Method Details

RegisterWithServer() public static method

public static RegisterWithServer ( EnhancedImageServer server ) : void
server Bloom.Api.EnhancedImageServer
return void

Show() public static method

public static Show ( Control parent ) : void
parent System.Windows.Forms.Control
return void

Show() public static method

public static Show ( Control parent, string topic ) : void
parent System.Windows.Forms.Control
topic string
return void

Show() public static method

public static Show ( Control parent, string helpFileName, string topic ) : void
parent System.Windows.Forms.Control
helpFileName string
topic string
return void