Click or drag to resize
ISoundRecVisible Property
Enables or disables the recording buttons appears on screen.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool Visible { get; set; }

Return Value

Type: Boolean
bool
Remarks
In order to view the recording buttons, the "show sound recorder bar" property needs to be checked in the Survey Properties. Available only on Android
Examples
To view the recording buttons on screen whil recording, set SoundRec.Visible = true. Otherwise set it as false (false is the default).
See Also