SharedLanguageResourcesShowSelectResource Method
Show a window for language resource selection and sets the selected resource code to the property of the indicated object.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static IWindowGrid ShowSelectResource(
IHost host,
Object obj,
string propertyName,
Object windowOwner = null,
Object owner = null
)
Public Shared Function ShowSelectResource (
host As IHost,
obj As Object,
propertyName As String,
Optional windowOwner As Object = Nothing,
Optional owner As Object = Nothing
) As IWindowGrid
- 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.
IWindowGridIWindowGrid with the instance of from the
Language resources table.