Gets the Symbol Library control that is running in the configurator.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object GetSymbolLibraryControl()
Visual Basic
Public Function GetSymbolLibraryControl As Object
JScript
public function GetSymbolLibraryControl() : Object

Return Value

Returns an instance of Ico.Gwx.SymbolLibraryControl, or null if not available.

Remarks

The Symbol Library control is not available in a runtime-only deployment of this application.

The return type of this method is Object bacause the GwxConfiguration type does not have direct access to the Ico.Gwx.SymbolLibraryControl type. You can safely cast the return value to the type Ico.Gwx.SymbolLibraryControl.

You can use the returned Symbol Library control to perform operations such as creating/opening symbol categories and copying symbols to/from displays.

See Also