ISoundRecVisible Property |
Enables or disables the recording buttons appears on screen.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool Visible { get; set; }
Return Value
Type:
Booleanbool
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