| 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.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