public nothrow | ControlCreateParams() |
public nothrow ControlCreateParams& | Defaults() |
public nothrow ControlCreateParams& | SetBackColor(ConsoleColor backColor_) |
public nothrow ControlCreateParams& | SetForeColor(ConsoleColor foreColor_) |
public nothrow ControlCreateParams& | SetLocation(const Point& location_) |
public nothrow ControlCreateParams& | SetSize(const Size& size_) |
public ConsoleColor | backColor |
public ConsoleColor | foreColor |
public Point | location |
public Size | size |