Click or drag to resize

GH_Lexer Properties

The GH_Lexer type exposes the following members.

Properties
  NameDescription
Public propertyIsItem
Gets a value indicating whether or not the item portion of the lexer has been set.
Public propertyIsPath
Gets a value indicating whether or not the path portion of the lexer has been set.
Public propertyItem
Gets the item string that was extracted from the mask. The default is "append"
Public propertyMask
Gets the original string that represents the user input for this lexer.
Public propertyPath
Gets the list of path strings that was extracted from the mask. If the mask hasn't been parsed yet, it will be parsed now. If the returned list is still nothing, parsing failed.
Top
See Also