Window.Owner Property | |
The owner of the window, either a Window or App object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Owner AS USUAL GET SET
public virtual Usual Owner { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe owner of the window, either a Window or App object.
See Also