SharedLanguageResourcesShowSelectResource Method

Show a window for language resource selection and sets the selected resource code to the property of the indicated object.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static IWindowGrid ShowSelectResource(
	IHost host,
	Object obj,
	string propertyName,
	Object windowOwner = null,
	Object owner = null
)

Parameters

host  IHost
Extensibility host.
obj  Object
The object whose property value will be set.
propertyName  String
The property name whose value is set with the selection.
windowOwner  Object  (Optional)
The window that owns the grid window.
owner  Object  (Optional)
Object that owns the the grid window.

Return Value

IWindowGrid
IWindowGrid with the instance of from the Language resources table.

See Also