Returns the toolbar or Null

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
ToolBarTray ToolBar { get; }
Visual Basic
ReadOnly Property ToolBar As ToolBarTray
	Get
Visual C++
property ToolBarTray^ ToolBar {
	ToolBarTray^ get ();
}

See Also