ControlResources Class

A strongly-typed resource class, for looking up localized strings, etc.

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Relational.Design.Controls..::..ControlResources

Namespace:  Microsoft.Data.Relational.Design.Controls
Assembly:  Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)

Syntax

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

The ControlResources type exposes the following members.

Properties

  Name Description
Public propertyStatic member ButtonCancel Looks up a localized string similar to Cancel.
Public propertyStatic member ButtonOK Looks up a localized string similar to OK.
Public propertyStatic member Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member NewSequenceNameDialogContent Looks up a localized string similar to Enter a name for the sequence:.
Public propertyStatic member NewSequenceNameDialogTitle Looks up a localized string similar to Choose Name.
Public propertyStatic member ResourceManager Returns the cached ResourceManager instance used by this class.
Public propertyStatic member RestoreDefault Looks up a localized string similar to Restore Default.

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 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.Data.Relational.Design.Controls Namespace