[]
        
(Showing Draft Content)

C1.WPF.Input.Resources.Resources

Resources Class

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

Inheritance
Resources
Namespace: C1.WPF.Input.Resources
Assembly: C1.WPF.Input.dll
Syntax
public class Resources : ResourceBase<Resources>
Public Class Resources
    Inherits ResourceBase(Of Resources)

Constructors

Name Description
Resources()

Properties

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'.