[]
A strongly-typed resource class, for looking up localized strings, etc.
public class Resources : ResourceBase<Resources>
Public Class Resources
Inherits ResourceBase(Of Resources)
| Name | Description |
|---|---|
| Resources() |
| Name | Description |
|---|---|
| Culture | Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. |
| ItemsSelected | Looks up a localized string similar to '{0} items selected'. |
| SelectAFile | Looks up a localized string similar to 'Select a File'. |
| SelectAllCaption | Looks up a localized string similar to 'Select All'. |
| Separator_ArgumentException | Looks up a localized string similar to 'Cannot set value to an empty string!'. |
| UnSelectAllCaption | Looks up a localized string similar to 'UnSelect All'. |