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 | |
---|---|---|
TitlePanelRenderer | Initializes a new instance of the TitlePanelRenderer class. |
Top
Methods
Name | Description | |
---|---|---|
DrawBorder | Draw the border of the control. | |
DrawTitleBackground | Draws the background for the title. | |
DrawTitleText | Draws the title text. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.