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