Component.this

Creates a new component.

  1. this(string name, Size initialSize)
  2. this(string name)
    class Component
    protected
    this
    (
    string name
    )

Parameters

name string

The name of the component.

Meta