| 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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code