Sidebar Property (Viewer)
In This Topic
Gets the sidebar component of the viewer control.
Syntax
'Declaration
Public ReadOnly Property Sidebar As Sidebar
public Sidebar Sidebar {get;}
Property Value
The
Sidebar instance representing the sidebar API.
See Also