A name that identifies what voice command should trigger the pick action execution in this GwxPick object.

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

Syntax

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

Remarks

Setting a new string value for the VoiceCommand will associate the voice command with a button Up pick action.

See Also