WinFormVOWindowHost.VOWindowClassName Property | |
Get/Set the class name of VO window that needs to be hosted
Namespace:
XSharp
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL PROPERTY VOWindowClassName AS STRING GET SET
public virtual string VOWindowClassName { get; set; }
Request Example
View SourceProperty Value
Type:
StringRemarks You should either set the classname or the object. Not both
See Also