BasicWindowSideBar Property |
Gets or sets the Sidebar shown on the right side of the window
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public Panel SideBar { get; set; }
Public Property SideBar As Panel
Get
Set
public:
property Panel^ SideBar {
Panel^ get ();
void set (Panel^ value);
}
Property Value
Type:
PanelSee Also