LocalizationRequestedEventArgsValue Property
Gets or sets the value of the requested localization string.
If left
, the localization request might be handled by the default mechanism, depending on the
LocalizationScope value.
If there are multiple handlers of the
LocalizationRequested event, this property may already be set by a previous handler.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public string? Value { get; set; }
Public Property Value As String
Get
Set
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
member Value : string with get, set
Property Value
String