Version

Search Results

Resources Class

Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly. Syntax Example The following sample code illustrates how to use an assemblys resource customizer to customize the string resources that an assembly uses. for a listing of the resource names specific to the Infragistics.Win.UltraWinEditors...

Resources Class Members

Public Properties Public Methods

Resources Class Methods

Public Methods

Resources Class Properties

Public Properties

Customizer Property

Returns the Infragistics.Shared.ResourceCustomizer for this assembly. Syntax Example The following sample code illustrates how to use an assemblys resource customizer to customize the string resources that an assembly uses. for a listing of the resource names specific to the Infragistics.Win.UltraWinEditors, Infra...

GetObject Method

Returns the resource object using the specified name. Syntax Parameters name Name of the resource item Return Value An object containing the specified resource

GetString(String) Method

Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified. Syntax Parameters name Name of the string resource to return. Return Value The resource string using the specified name and default culture.

GetString(String,Object[]) Method

Returns the resource string using the specified name and default culture. Syntax Parameters name Name of the string resource to return.args Arguments supplied to the string.Format method when formatting the string. Return Value The resource string using the specified name and default culture.

GetString Method

Returns the resource string using the specified name and default culture. Overload List

TextEditorControlBase Class

The EditorWithTextControlBase maintains the basic functionality exposed by any editor that derives from EditorWithText Syntax