Click or drag to resize

IViewerGetNavbarExpanded Method

Returns the navbarExpanded state. 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)
Syntax
Task<bool> GetNavbarExpanded()

Return Value

Type: TaskBoolean
The navbarExpanded state.
See Also