CueBanner Class
Displays a significant message or notification.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.SqlServer.Management.Controls.CueBanner
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class CueBanner _
Inherits Component _
Implements IExtenderProvider
'Usage
Dim instance As CueBanner
public class CueBanner : Component, IExtenderProvider
public ref class CueBanner : public Component,
IExtenderProvider
type CueBanner =
class
inherit Component
interface IExtenderProvider
end
public class CueBanner extends Component implements IExtenderProvider
The CueBanner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CueBanner() | Initializes a new instance of the CueBanner class with the default property values. | |
CueBanner(IContainer) | Initializes a new instance of the CueBanner class with the specified container. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the CueBanner and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetCue | Retrieves the current cue value for the specified component. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
SetCue | Specifies the cue text for the CueBanner class for the combo box or text box. | |
SetCueBanner(ComboBox, String) | Defines a method that checks the ComboBox control to call the correct method. | |
SetCueBanner(TextBoxBase, String) | Defines the cue banner text for the specified text box. | |
SetCueBanner(ToolStripComboBox, String) | Defines the cue banner text for the specified ToolStripComboBox. | |
SetCueBanner(ToolStripTextBox, String) | Defines the cue banner text for the specified ToolStripTextBox. | |
ToString | (Inherited from Component.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IExtenderProvider.CanExtend | Specifies whether the object can provide its extender properties to the specified 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.