C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / ShowToolbar Property


In This Topic
ShowToolbar Property
In This Topic
Gets or sets a value indicating whether the toolbar is visible or not.
Syntax
'Declaration
 
Public Property ShowToolbar As Boolean
 
'Usage
 
Dim instance As FlexViewer
Dim value As Boolean
 
instance.ShowToolbar = value
 
value = instance.ShowToolbar
See Also