Form.SetAnchor Method | |
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax VIRTUAL METHOD SetAnchor(
sender AS Control,
anchorValue AS LONG
) AS VOID
public virtual void SetAnchor(
Control sender,
int anchorValue
)
Request Example
View SourceParameters
- sender
- Type: Control
- anchorValue
- Type: Long
See Also