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
Public method CueBanner() Initializes a new instance of the CueBanner class with the default property values.
Public method CueBanner(IContainer) Initializes a new instance of the CueBanner class with the specified container.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the CueBanner and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetCue Retrieves the current cue value for the specified component.
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method SetCue Specifies the cue text for the CueBanner class for the combo box or text box.
Public methodStatic member SetCueBanner(ComboBox, String) Defines a method that checks the ComboBox control to call the correct method.
Public methodStatic member SetCueBanner(TextBoxBase, String) Defines the cue banner text for the specified text box.
Public methodStatic member SetCueBanner(ToolStripComboBox, String) Defines the cue banner text for the specified ToolStripComboBox.
Public methodStatic member SetCueBanner(ToolStripTextBox, String) Defines the cue banner text for the specified ToolStripTextBox.
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.