LocalizedControl Class
Methods
Section titled “Methods”| Method | Description |
|---|---|
| GetKey() | Get key for a localized control. |
| GetKey(dialog, control) | Get key for a localized control. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
GetKey() Method
Section titled “GetKey() Method”Get key for a localized control.
Declaration
Section titled “Declaration”public string GetKey()Return value
Section titled “Return value”string The localized control id.
GetKey(dialog, control) Method
Section titled “GetKey(dialog, control) Method”Get key for a localized control.
Declaration
Section titled “Declaration”public static string GetKey( string dialog, string control)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| dialog | string | The optional id of the control’s dialog. |
| control | string | The id of the control. |
Return value
Section titled “Return value”string The localized control id.