Click or drag to resize

IVOControlProperties Interface

X#
This interface declares the link between a Windows Forms Control and the matching VOSDK.Control

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax
 INTERFACE IVOControlProperties IMPLEMENTS IVOControl, 
	IVOUIObject

The IVOControlProperties type exposes the following members.

Properties
  NameDescription
Public propertyControl
The VOSDK.Control object that this Windows Forms Control is linked to
Public propertyControlProperties
An object with some properties, such as the Control, its owning window, style, exstyle etc.
Public propertyEnableDispatch
Top
Functions
  NameDescription
Public methodSetOwner
This method is called to link the Windows.Forms control to the VO Control
Public methodSetVisualStyle
This method is used to change the Visual Style of the control to match with the definition of the original VO control
Top
See Also