Share via


TitlePanelRenderer Class

Specifies a renderer to draw the control.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Controls.TitlePanelRenderer

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

Syntax

'Declaration
Public Class TitlePanelRenderer
'Usage
Dim instance As TitlePanelRenderer
public class TitlePanelRenderer
public ref class TitlePanelRenderer
type TitlePanelRenderer =  class end
public class TitlePanelRenderer

The TitlePanelRenderer type exposes the following members.

Constructors

  Name Description
Public method TitlePanelRenderer Initializes a new instance of the TitlePanelRenderer class.

Top

Properties

  Name Description
Protected property TitlePanel Gets the title panel of the renderer.

Top

Methods

  Name Description
Public method DrawBorder Draw the border of the control.
Public method DrawTitleBackground Draws the background for the title.
Public method DrawTitleText Draws the title text.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.