IHelpService for showing help. Default is null. Assign an instance of Ico.ComponentModel.HelpService initialized with the help file name for your application.
Namespace: Ico.GwxAssembly: GwxSymbolLibraryControl (in GwxSymbolLibraryControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public IHelpService HelpService { get; set; } |
| Visual Basic |
|---|
Public Property HelpService As IHelpService Get Set |
| JScript |
|---|
function get HelpService () : IHelpService function set HelpService (value : IHelpService) |