ToolStripProfessionalRenderer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ToolStripProfessionalRenderer class.
Overloads
ToolStripProfessionalRenderer() |
Initializes a new instance of the ToolStripProfessionalRenderer class. |
ToolStripProfessionalRenderer(ProfessionalColorTable) |
Initializes a new instance of the ToolStripProfessionalRenderer class. |
ToolStripProfessionalRenderer()
Initializes a new instance of the ToolStripProfessionalRenderer class.
public:
ToolStripProfessionalRenderer();
public ToolStripProfessionalRenderer ();
Public Sub New ()
Examples
The following code example demonstrates how to create an instance of a class derived from the ToolStripProfessionalRenderer class. This code example is part of a larger example provided for the ToolStripProfessionalRenderer class.
public StackView()
{
this.InitializeComponent();
// Assign icons to ToolStripButton controls.
this.InitializeImages();
// Set up renderers.
this.stackStrip.Renderer = new StackRenderer();
}
Public Sub New()
Me.InitializeComponent()
' Assign icons to ToolStripButton controls.
Me.InitializeImages()
' Set up renderers.
Me.stackStrip.Renderer = New StackRenderer()
End Sub
Applies to
ToolStripProfessionalRenderer(ProfessionalColorTable)
Initializes a new instance of the ToolStripProfessionalRenderer class.
public:
ToolStripProfessionalRenderer(System::Windows::Forms::ProfessionalColorTable ^ professionalColorTable);
public ToolStripProfessionalRenderer (System.Windows.Forms.ProfessionalColorTable professionalColorTable);
new System.Windows.Forms.ToolStripProfessionalRenderer : System.Windows.Forms.ProfessionalColorTable -> System.Windows.Forms.ToolStripProfessionalRenderer
Public Sub New (professionalColorTable As ProfessionalColorTable)
Parameters
- professionalColorTable
- ProfessionalColorTable
A ProfessionalColorTable to be used for painting.
Applies to
.NET