Share via


SwitcherRenderer.RenderButtons Method

Renders the buttons of the control.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Protected Overridable Sub RenderButtons ( _
    graphics As Graphics _
)
'Usage
Dim graphics As Graphics

Me.RenderButtons(graphics)
protected virtual void RenderButtons(
    Graphics graphics
)
protected:
virtual void RenderButtons(
    Graphics^ graphics
)
abstract RenderButtons : 
        graphics:Graphics -> unit 
override RenderButtons : 
        graphics:Graphics -> unit 
protected function RenderButtons(
    graphics : Graphics
)

Parameters