public nothrow ConsoleColor |
BackColor() const |
public nothrow Event<ChangedEventHandler, EmptyEventArgs>& |
BackColorChangedEvent() |
public nothrow void |
BeginInvalidate() |
public virtual nothrow bool |
CanFocus() const |
public nothrow const Point& |
ControlCursorPos() const |
public nothrow Event<ChangedEventHandler, EmptyEventArgs>& |
EnabledChangedEvent() |
public nothrow void |
EndInvalidate(InvalidateKind invalidateKind) |
public virtual nothrow Rect |
FocusRect() const |
public nothrow ConsoleColor |
ForeColor() const |
public nothrow Event<ChangedEventHandler, EmptyEventArgs>& |
ForeColorChangedEvent() |
public nothrow Rect |
GetRect() const |
public nothrow const Size& |
GetSize() const |
public nothrow Window* |
GetWindow() const |
public nothrow Event<FocusEventHandler, EmptyEventArgs>& |
GotFocusEvent() |
public nothrow int |
Handle() const |
public virtual bool |
HandleKeyPressed(KeyPressedMessage* message) |
public virtual bool |
HandleMessage(Message* message) |
public virtual bool |
HandleTimerMessage(TimerMessage* message) |
public virtual bool |
HandleWriteScreen(WriteScreenMessage* message) |
public void |
Invalidate() |
public void |
Invalidate(const Rect& rect) |
public nothrow int |
InvalidateCount() const |
public nothrow bool |
IsDisabled() const |
public nothrow bool |
IsEnabled() const |
public nothrow bool |
IsFocused() const |
public nothrow Event<KeyEventHandler, KeyEventArgs>& |
KeyPressedEvent() |
public nothrow const Point& |
Location() const |
public nothrow Event<ChangedEventHandler, EmptyEventArgs>& |
LocationChangedEvent() |
public nothrow Event<FocusEventHandler, EmptyEventArgs>& |
LostFocusEvent() |
public nothrow Control* |
NextControl() const |
public nothrow Control* |
NextFocusableControl() const |
public virtual void |
OnBackColorChanged() |
public virtual void |
OnEnabledChanged() |
public virtual void |
OnForeColorChanged() |
public virtual void |
OnGotFocus() |
public virtual void |
OnKeyPressed(KeyEventArgs& args) |
public virtual void |
OnLocationChanged() |
public virtual void |
OnLostFocus() |
public virtual void |
OnSizeChanged() |
public virtual void |
OnTimer(TimerEventArgs& args) |
public virtual void |
OnWriteScreen(WriteScreenEventArgs& args) |
public nothrow Control* |
ParentControl() const |
public nothrow Control* |
PrevControl() const |
public nothrow Control* |
PrevFocusableControl() const |
public nothrow void |
SetBackColor(ConsoleColor backColor_) |
public nothrow void |
SetControlCursorPos(const Point& controlCursorPos_) |
public nothrow void |
SetDisabled() |
public nothrow void |
SetEnabled() |
public virtual void |
SetFocus() |
public nothrow void |
SetForeColor(ConsoleColor foreColor_) |
public nothrow void |
SetHandle(int handle_) |
public nothrow void |
SetLocation(const Point& location_) |
public nothrow void |
SetSize(const Size& size_) |
public nothrow Event<ChangedEventHandler, EmptyEventArgs>& |
SizeChangedEvent() |
public nothrow void |
Timer(const Duration& duration, int timerId) |
public nothrow Event<TimerEventHandler, TimerEventArgs> |
TimerEvent() |
public nothrow Event<WriteScreenEventHandler, WriteScreenEventArgs>& |
WriteScreenEvent() |