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




Gets or sets the styles rendere for the WorkstationViewer toolbar and tab control.

Syntax

Visual Basic (Declaration) 
Public Property ToolBarRenderer As ToolStripProfessionalRenderer
Visual Basic (Usage)Copy Code
Dim instance As WorkstationViewer
Dim value As ToolStripProfessionalRenderer
 
instance.ToolBarRenderer = value
 
value = instance.ToolBarRenderer
C# 
public ToolStripProfessionalRenderer ToolBarRenderer {get; set;}
Managed Extensions for C++ 
public: __property ToolStripProfessionalRenderer* get_ToolBarRenderer();
public: __property void set_ToolBarRenderer( 
   ToolStripProfessionalRenderer* value
);
C++/CLI 
public:
property ToolStripProfessionalRenderer^ ToolBarRenderer {
   ToolStripProfessionalRenderer^ get();
   void set (    ToolStripProfessionalRenderer^ value);
}

Property Value

Type: System.Windows.Forms.ToolStripProfessionalRenderer The styles rendere for the WorkstationViewer toolbar and tab control.

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