Skip to content

AddonLibForms ControlHandle

Angelo Geels edited this page May 3, 2015 · 1 revision

This is the main control handle that all controls in forms inherit from. (That means that the Label handle for example also has all properties and functions listed below.)

Functions

  • addhandler(event, handler) Adds an event handler. Currently, event can only be click.
  • addtoform(formHandle) Adds this control to the given form.

Properties

  • string text The text.
  • int left The X position.
  • int top The Y position.
  • int width The width.
  • int height The height.
  • bool visible Whether the control is visible or not.
  • AnchorStyles anchor The anchor of this control. Use Anchor() to get a value for this property.

Clone this wiki locally