LocalizationRequestedEventArgsTarget Property
Gets the target object of the localization request.
It is usually the control or object whose property is being localized, but can be if the request is not associated with any specific target.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public Object? Target { get; }
Public ReadOnly Property Target As Object
Get
public:
property Object^ Target {
Object^ get ();
}
member Target : Object with get
Property Value
Object