RTLAwareMessageBox Class

The Show method displays a message box that can contain text, buttons, and symbols that inform and instruct the user. This MessageBox will be RTL, if the resources for this dll have been localized to a RTL language.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices..::..RTLAwareMessageBox

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices (in Microsoft.VisualStudio.Data.Tools.SqlLanguageServices.dll)

Syntax

'Declaration
Public NotInheritable Class RTLAwareMessageBox
'Usage
Dim instance As RTLAwareMessageBox
public sealed class RTLAwareMessageBox
public ref class RTLAwareMessageBox sealed
[<SealedAttribute>]
type RTLAwareMessageBox =  class end
public final class RTLAwareMessageBox

The RTLAwareMessageBox type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public propertyStatic member IsRTLResources Gets {insert text here}.

Top

Methods

  Name Description
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 methodStatic member Show Displays a message box with specified text, caption, and style. Makes the dialog RTL if the resources for this dll have been localized to a RTL language.
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.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace