Window.VOAlignElement Constructor (IGuiObject, Usual, Long, Long, Long, Long) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oC AS IGuiObject,
uType AS USUAL,
nLeft AS LONG,
nTop AS LONG,
nWidth AS LONG,
nHeight AS LONG
)
public VOAlignElement(
IGuiObject oC,
Usual uType,
int nLeft,
int nTop,
int nWidth,
int nHeight
)
Request Example
View SourceParameters
- oC
- Type: IGuiObject
- uType
- Type: Usual
- nLeft
- Type: Long
- nTop
- Type: Long
- nWidth
- Type: Long
- nHeight
- Type: Long
See Also