Up |
_POSITIONtab
Set the position of a tabs control.
Prototype :
fun [ObjTab I I I I] ObjTab
- ObjTab : a tabs control.
- I : the new 'x' coordinate.
- I : the new 'y' coordinate.
- I : the new width.
- I : the new height.
Return : ObjTab the same tabs control object if success, NIL otherwise
See also :
Example :
Note :
This cancels the effect if _AUTOSIZEtab had been called or if the control had been created with _CRtabExpand or _CRtabFromTabExpand.
All linked windows ware also resized, if any.