Parameters specific to the selected CommandName.

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

Syntax

C#
public GwxPickCommand CommandParameters { get; set; }
Visual Basic
Public Property CommandParameters As GwxPickCommand
	Get
	Set
JScript
function get CommandParameters () : GwxPickCommand
function set CommandParameters (value : GwxPickCommand)

Remarks

Available GwxPickCommand derived types include:
  • CloseWindowCommand
  • HistoryBackCommand
  • HistoryForwardCommand
  • LoadDisplayCommand
  • ObjectVisibilityCommand
  • PopupMenuCommand
  • ScriptCommand
  • SetAliasesCommand
  • GlobalAliasesCommand
  • SetLanguageCommand
  • StartApplicationCommand
  • ToggleValueCommand
  • WriteValueCommand

See Also