Control.this

Construct a new Control instance.

  1. this()
  2. this(Dstring text)
  3. this(Control cparent, Dstring text)
  4. this(Dstring text, int left, int top, int width, int height)
  5. this(Control cparent, Dstring text, int left, int top, int width, int height)
    class Control
    this
    (
    ,
    Dstring text
    ,
    int left
    ,
    int top
    ,
    int width
    ,
    int height
    )

Meta