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 VoiceFeedback { get; set; }
Visual Basic
Public Property VoiceFeedback As String
	Get
	Set
JScript
function get VoiceFeedback () : String
function set VoiceFeedback (value : String)

Remarks

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

See Also