LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ToolBarPanel Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : ToolBarPanel Property




Gets or sets the control used to host the Leadtools.Medical.Workstation toolbar.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ToolBarPanel As AutoHidePanel
Visual Basic (Usage)Copy Code
Dim instance As WorkstationViewer
Dim value As AutoHidePanel
 
value = instance.ToolBarPanel
C# 
public AutoHidePanel ToolBarPanel {get;}
Managed Extensions for C++ 
public: __property AutoHidePanel* get_ToolBarPanel();
C++/CLI 
public:
property AutoHidePanel^ ToolBarPanel {
   AutoHidePanel^ get();
}

Property Value

Type:AutoHidePanel The panel control used to host the Leadtools.Medical.Workstation toolbar.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also