Click or drag to resize

IVOFramePanel Interface

X#

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

The IVOFramePanel type exposes the following members.

Properties
  NameDescription
Public propertyAccessibleDescription (Inherited from IVOControl.)
Public propertyAccessibleName (Inherited from IVOControl.)
Public propertyAllowDrop (Inherited from IVOControlContainer.)
Public propertyAnchor (Inherited from IVOControl.)
Public propertyAutoScroll (Inherited from IVOPanel.)
Public propertyBackColor (Inherited from IVOControl.)
Public propertyClientRectangle (Inherited from IVOUIObject.)
Public propertyControls (Inherited from IVOControl.)
Public propertyCursor (Inherited from IVOControl.)
Public propertyDefinedSize
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 propertyIsSubForm
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 methodAddControl (Inherited from IVOControlContainer.)
Public methodBringToFront (Inherited from IVOControl.)
Public methodCleanUp (Inherited from IVOPanel.)
Public methodDispose (Inherited from IVOPanel.)
Public methodFocus (Inherited from IVOControl.)
Public methodInvalidate (Inherited from IVOControl.)
Public methodPerformLayout (Inherited from IVOUIObject.)
Public methodPrepare (Inherited from IVOPanel.)
Public methodResumeLayout (Inherited from IVOUIObject.)
Public methodResumeLayout(Logic) (Inherited from IVOUIObject.)
Public methodSendToBack (Inherited from IVOControl.)
Public methodSetChildIndex (Inherited from IVOControlContainer.)
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