IChapterInfoVisible Property |
Check whether the chapter is visible or not / set the chapter to be visible or hidden.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool Visible { get; set; }
Return Value
Type:
Booleanbool
Examples
If the chapter is visible, IChapterInfo.Visible will return 'true'. Otherwise it will return 'false'.
IChapterInfo.Visible = true, will set the chapter to be visible. IChapterInfo.Visible = false, will set the chapter to be hidden.
See Also