C# Class Bloom.HelpLauncher

Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static RegisterWithServer ( EnhancedImageServer server ) : void
server Bloom.Api.EnhancedImageServer
Résultat void

Show() public static méthode

public static Show ( Control parent ) : void
parent System.Windows.Forms.Control
Résultat void

Show() public static méthode

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

Show() public static méthode

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