Gets/sets the list of category files that are selectable in user interface of the symbol library (with all files resolved as absolute paths).

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

Syntax

C#
public string[] CategoryFiles { get; set; }
Visual Basic
Public Property CategoryFiles As String()
	Get
	Set
JScript
function get CategoryFiles () : String[]
function set CategoryFiles (value : String[])

See Also