Click or drag to resize
weroSoft AG, Software
IManagedWindowLocationOwnerName Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the name of the owner.

Namespace:  WeroSoft.Triton.Desktop.Behaviors
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
string OwnerName { get; }

Property Value

Type: String
Remarks
Give a name which is potentially unique to avoid mixing information between different dialogs. Consider using the name based on the plug-in or system which is using the appropriate dialog.

This property must return a non-empty string, if the interface is implemented.
See Also