public nothrow | ControlCreateParams() |
public nothrow ControlCreateParams& | Defaults() |
public nothrow ControlCreateParams& | SetAnchors(Anchors anchors_) |
public nothrow ControlCreateParams& | SetBackgroundColor(const Color& backgroundColor_) |
public nothrow ControlCreateParams& | SetDock(Dock dock_) |
public nothrow ControlCreateParams& | SetExtendedWindowStyle(ExtendedWindowStyle extendedWindowStyle_) |
public nothrow ControlCreateParams& | SetLocation(const Point& location_) |
public nothrow ControlCreateParams& | SetSize(const Size& size_) |
public nothrow ControlCreateParams& | SetText(const String<char>& text_) |
public nothrow ControlCreateParams& | SetWindowClassBackgroundColor(SystemColor systemColor) |
public nothrow ControlCreateParams& | SetWindowClassName(const String<char>& windowClassName_) |
public nothrow ControlCreateParams& | SetWindowClassStyle(WindowClassStyle windowClassStyle_) |
public nothrow ControlCreateParams& | SetWindowStyle(WindowStyle windowStyle_) |
public Anchors | anchors |
public Color | backgroundColor |
public Dock | dock |
public ExtendedWindowStyle | extendedWindowStyle |
public Point | location |
public Size | size |
public String<char> | text |
public SystemColor | windowClassBackgroundColor |
public String<char> | windowClassName |
public WindowClassStyle | windowClassStyle |
public WindowStyle | windowStyle |