LocalizedControl Class
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.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
GetKey() Method
Get key for a localized control.
Declaration
public string GetKey()
Return value
string
The localized control id.
GetKey(dialog, control) Method
Get key for a localized control.
Declaration
public static string GetKey(
string dialog,
string control
)
Parameters
Parameter | Type | Description |
---|---|---|
dialog | string | The optional id of the control's dialog. |
control | string | The id of the control. |
Return value
string
The localized control id.