Click or drag to resize

IVOControlInitialize Interface

X#
This interface is implemented by controls that need special initialization, such as the TabControl and RTF Control

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

The IVOControlInitialize type exposes the following members.

Properties
  NameDescription
Public propertyAccessibleDescription (Inherited from IVOControl.)
Public propertyAccessibleName (Inherited from IVOControl.)
Public propertyAnchor (Inherited from IVOControl.)
Public propertyBackColor (Inherited from IVOControl.)
Public propertyClientRectangle (Inherited from IVOUIObject.)
Public propertyControl
The VOSDK.Control object that this Windows Forms Control is linked to
(Inherited from IVOControlProperties.)
Public propertyControlProperties
An object with some properties, such as the Control, its owning window, style, exstyle etc.
(Inherited from IVOControlProperties.)
Public propertyControls (Inherited from IVOControl.)
Public propertyCursor (Inherited from IVOControl.)
Public propertyDisplayRectangle (Inherited from IVOUIObject.)
Public propertyDock (Inherited from IVOUIObject.)
Public propertyEnabled (Inherited from IVOControl.)
Public propertyFocused (Inherited from IVOControl.)
Public propertyFont (Inherited from IVOControl.)
Public propertyForeColor (Inherited from IVOControl.)
Public propertyHandle (Inherited from IVOControl.)
Public propertyHeight (Inherited from IVOUIObject.)
Public propertyIsDisposed (Inherited from IVOUIObject.)
Public propertyIsHandleCreated (Inherited from IVOControl.)
Public propertyLocation (Inherited from IVOUIObject.)
Public propertyMargin (Inherited from IVOControl.)
Public propertyParent (Inherited from IVOControl.)
Public propertySize (Inherited from IVOUIObject.)
Public propertyTabIndex (Inherited from IVOControl.)
Public propertyTabStop (Inherited from IVOControl.)
Public propertyTag (Inherited from IVOControl.)
Public propertyText (Inherited from IVOUIObject.)
Public propertyVisible (Inherited from IVOUIObject.)
Public propertyWidth (Inherited from IVOUIObject.)
Top
Functions
  NameDescription
Public methodBringToFront (Inherited from IVOControl.)
Public methodFocus (Inherited from IVOControl.)
Public methodInitialize
Public methodInvalidate (Inherited from IVOControl.)
Public methodPerformLayout (Inherited from IVOUIObject.)
Public methodResumeLayout (Inherited from IVOUIObject.)
Public methodResumeLayout(Logic) (Inherited from IVOUIObject.)
Public methodSendToBack (Inherited from IVOControl.)
Public methodSetOwner
This method is called to link the Windows.Forms control to the X# Control
(Inherited from IVOControlProperties.)
Public methodSetVisualStyle
This method is used to change the Visual Style of the control to match with the definition of the original X# control
(Inherited from IVOControlProperties.)
Public methodShow (Inherited from IVOControl.)
Public methodSuspendLayout (Inherited from IVOUIObject.)
Top
Events
  NameDescription
Public eventClick (Inherited from IVOControl.)
Public eventGotFocus (Inherited from IVOControl.)
Public eventHandleCreated (Inherited from IVOControl.)
Public eventHandleDestroyed (Inherited from IVOControl.)
Public eventKeyDown (Inherited from IVOControl.)
Public eventKeyPress (Inherited from IVOControl.)
Public eventKeyUp (Inherited from IVOControl.)
Public eventMouseClick (Inherited from IVOControl.)
Public eventPreviewKeyDown (Inherited from IVOControl.)
Public eventResize (Inherited from IVOControl.)
Public eventVisibleChanged (Inherited from IVOControl.)
Top
See Also