IViewerGetNavbarVisible Method |
Returns the visibility state of the navbar.
This is an asynchronous function.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
SyntaxTask<bool> GetNavbarVisible()
Function GetNavbarVisible As Task(Of Boolean)
Task<bool>^ GetNavbarVisible()
abstract GetNavbarVisible : unit -> Task<bool>
Return Value
Type:
TaskBooleanThe visibility state of the navbar.
See Also