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 | |
---|---|---|
ButtonCancel | Looks up a localized string similar to Cancel. | |
ButtonOK | Looks up a localized string similar to OK. | |
Culture | Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. | |
NewSequenceNameDialogContent | Looks up a localized string similar to Enter a name for the sequence:. | |
NewSequenceNameDialogTitle | Looks up a localized string similar to Choose Name. | |
ResourceManager | Returns the cached ResourceManager instance used by this class. | |
RestoreDefault | Looks up a localized string similar to Restore Default. |
Top
Methods
Name | Description | |
---|---|---|
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.