Control Abstract Class

Definition

Line 187 of System.Windows/Control.cm

Inheritance

Constructors & Destructor

public Control(ControlCreateParams& createParams)
public Control(const String<char>& windowClassName_, WindowClassStyle windowClassStyle_, WindowStyle style_, ExtendedWindowStyle exStyle_, const Color& backgroundColor_, const String<char>& text_, const Point& location_, const Size& size_, Dock dock_, Anchors anchors_)
public ~Control()

Member Functions

internal void AddChildVisual(Control* child)
public inline nothrow const Color& BackgroundColor() const
internal inline nothrow bool BaseOnCreatedCalled() const
public void BringToFront()
public inline nothrow bool CaretCreated() const
public inline nothrow int CaretShowCount() const
private inline nothrow bool CaretShown() const
public nothrow Event<ChildContentChangedEventHandler, ControlEventArgs>& ChildContentChangedEvent() const
public nothrow Event<ChildContentLocationChangedEventHandler, ControlEventArgs>& ChildContentLocationChangedEvent() const
public nothrow Event<ChildContentSizeChangedEventHandler, ControlEventArgs>& ChildContentSizeChangedEvent() const
public nothrow Event<ChildSizeChangedEventHandler, ControlEventArgs>& ChildSizeChangedEvent() const
public nothrow Event<ClickEventHandler, EmptyEventArgs>& ClickEvent() const
public Point ClientToScreen(const Point& point) const
public nothrow Event<ClipboardUpdateEventHandler, EmptyEventArgs>& ClipboadUpdateEvent() const
public nothrow Event<ContentChangedEventHandler, EmptyEventArgs>& ContentChangedEvent() const
public inline nothrow const Point& ContentLocation() const
public nothrow Event<ContentLocationChangedEventHandler, EmptyEventArgs>& ContentLocationChangedEvent() const
public inline nothrow const Size& ContentSize() const
public nothrow Event<ContentSizeChangedEventHandler, EmptyEventArgs>& ContentSizeChangedEvent() const
public nothrow Event<ControlEventHandler, ControlEventArgs>& ControlAddedEvent() const
public nothrow Event<ControlEventHandler, ControlEventArgs>& ControlRemovedEvent() const
public virtual void CreateCaret()
protected void CreateWindow()
internal void CreateWindowInternal()
public nothrow Event<CreatedEventHandler, EmptyEventArgs>& CreatedEvent() const
public virtual nothrow Padding DefaultPadding() const
public virtual void DestroyCaret()
public nothrow Event<DestroyedEventHandler, EmptyEventArgs>& DestroyedEvent() const
public void Disable()
private void DispatchKeyDown(KeyEventArgs& args)
private void DispatchKeyPress(KeyPressEventArgs& args)
private void DispatchKeyUp(KeyEventArgs& args)
private void DoClipboardUpdate()
private void DoCreateAndShowCaret()
private void DoDestroy()
private void DoDestroyCaret()
private void DoGotFocus()
private void DoHScroll(ushort request)
private bool DoKeyDown(int virtualKeyCode)
private void DoKeyPress(KeyPressEventArgs& args)
private bool DoKeyUp(int virtualKeyCode)
private void DoKillFocus()
private void DoLostFocus()
private void DoMenu(KeyEventArgs& args)
private bool DoMenu(wchar accessKey, Keys keyCode)
private void DoMouseDoubleClick(MouseEventArgs& args)
private void DoMouseDown(MouseEventArgs& args)
private void DoMouseHover()
private void DoMouseLeave()
private void DoMouseMove(MouseEventArgs& args)
private void DoMouseUp(MouseEventArgs& args)
private void DoMouseWheel(MouseWheelEventArgs& args)
private void DoPaint()
private void DoSetFocus()
private bool DoSysCommand(uint wparam, long lparam)
private void DoTimer(uint timerId)
private void DoVScroll(ushort request)
public void DockWindow()
internal void DockWindow(Rect& parentRect)
public void Enable()
internal void EnableWindow(bool enable)
public nothrow Event<EnabledChangedEventHandler, EmptyEventArgs>& EnabledChangedEvent() const
public void FireChildSizeChanged(ControlEventArgs& args)
public inline nothrow bool Focused() const
public inline nothrow Anchors GetAnchors() const
public Point GetCaretPos() const
public WinRect GetClientRect() const
public virtual nothrow ContainerControl* GetContainerControl() const
public void* GetDC()
public inline nothrow Dock GetDock() const
public inline nothrow ExtendedWindowStyle GetExtendedWindowStyle() const
internal virtual nothrow Control* GetFirstEnabledTabStopControl() const
public nothrow const Font& GetFont() const
public const FontHandle& GetFontHandle(Graphics& graphics)
internal virtual nothrow Control* GetLastEnabledTabStopControl() const
public nothrow Pair<int, int> GetScrollUnits() const
public nothrow const Size& GetSize() const
public Window* GetWindow() const
public WinRect GetWindowRect() const
public inline nothrow WindowStyle GetWindowStyle() const
public String<char> GetWindowText()
public int GetWindowTextLength() const
public nothrow Event<GotFocusEventHandler, EmptyEventArgs>& GotFocusEvent() const
public nothrow Event<HScrollEventHandler, ScrollEventArgs>& HScrollEvent() const
public inline nothrow void* Handle() const
private inline nothrow bool Hidden() const
public void Hide()
public void HideCaret()
private void Init()
public void Invalidate()
public void Invalidate(const Rect& rect)
public void Invalidate(const Rect& rect, bool eraseBackground)
public void Invalidate(const WinRect& rect)
public void Invalidate(const WinRect& rect, bool eraseBackground)
protected virtual nothrow bool IsDecoratorControl() const
public inline nothrow bool IsDisabled() const
public inline nothrow bool IsDoubleBuffered() const
public inline nothrow bool IsEnabled() const
public inline nothrow bool IsScrollSubject() const
public inline nothrow bool IsTabStop() const
public inline nothrow bool IsVisible() const
public nothrow Event<KeyEventHandler, KeyEventArgs>& KeyDownEvent() const
private inline nothrow bool KeyDownHandled() const
public nothrow Event<KeyPressEventHandler, KeyPressEventArgs>& KeyPressEvent() const
public nothrow Event<KeyEventHandler, KeyEventArgs>& KeyUpEvent() const
public void KillTimer(uint timerId)
private inline nothrow bool LButtonPressed() const
public const Point& Location()
public nothrow Event<LocationChangedEventHandler, EmptyEventArgs>& LocationChangedEvent() const
public nothrow Event<LostFocusEventHandler, EmptyEventArgs>& LostFocusEvent() const
private inline nothrow bool MenuWantsKeys() const
public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseDoubleClickEvent() const
public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseDownEvent() const
public nothrow Event<MouseEnterEventHandler, EmptyEventArgs>& MouseEnterEvent() const
public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseHoverEvent() const
public nothrow uint MouseHoverMs() const
public nothrow const Size& MouseHoverRectSize() const
private inline nothrow bool MouseHoverTimerStarted() const
private inline nothrow bool MouseInClient() const
public nothrow Event<MouseLeaveEventHandler, EmptyEventArgs>& MouseLeaveEvent() const
public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseMoveEvent() const
public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseUpEvent() const
public nothrow Event<MouseWheelEventHandler, MouseWheelEventArgs>& MouseWheelEvent() const
internal void MoveWindow(int dx, int dy)
protected virtual void OnChildContentChanged(ControlEventArgs& args)
protected virtual void OnChildContentLocationChanged(ControlEventArgs& args)
protected virtual void OnChildContentSizeChanged(ControlEventArgs& args)
protected virtual void OnChildGotFocus(ControlEventArgs& args)
protected virtual void OnChildLostFocus(ControlEventArgs& args)
protected virtual void OnChildSizeChanged(ControlEventArgs& args)
protected virtual void OnClick()
protected virtual void OnClipboardUpdate()
protected virtual void OnContentChanged()
protected virtual void OnContentLocationChanged()
protected virtual void OnContentSizeChanged()
protected virtual void OnControlAdded(ControlEventArgs& args)
public virtual void OnControlRemoved(ControlEventArgs& args)
protected virtual void OnCreated()
protected virtual void OnDestroyed()
protected virtual void OnEnabledChanged()
protected virtual void OnGotFocus()
protected virtual void OnHScroll(ScrollEventArgs& args)
protected virtual void OnKeyDown(KeyEventArgs& args)
protected virtual void OnKeyPress(KeyPressEventArgs& args)
protected virtual void OnKeyUp(KeyEventArgs& args)
protected virtual void OnLocationChanged()
protected virtual void OnLostFocus()
protected virtual void OnMouseDoubleClick(MouseEventArgs& args)
protected virtual void OnMouseDown(MouseEventArgs& args)
protected virtual void OnMouseEnter()
protected virtual void OnMouseHover(MouseEventArgs& args)
protected virtual void OnMouseLeave()
protected virtual void OnMouseMove(MouseEventArgs& args)
protected virtual void OnMouseUp(MouseEventArgs& args)
protected virtual void OnMouseWheel(MouseWheelEventArgs& args)
protected virtual void OnPaint(PaintEventArgs& args)
protected virtual void OnRightClick(RightClickEventArgs& args)
protected virtual void OnShown()
protected virtual void OnSizeChanged(uint windowState)
protected virtual void OnSizeChanging(SizeChangingEventArgs& args)
protected virtual void OnTextChanged()
protected virtual void OnTimer(TimerEventArgs& args)
protected virtual void OnVScroll(ScrollEventArgs& args)
protected virtual void OnVisibleChanged()
internal virtual void PaintAll(PaintEventArgs& args, bool skipMenuBar)
public nothrow Event<PaintEventHandler, PaintEventArgs>& PaintEvent()
public nothrow Control* ParentControl() const
public nothrow String<char> ParentText() const
public virtual void PrintWindowTree(int level)
protected virtual bool ProcessMessage(Message& message)
internal bool ProcessMessageInternal(Message& message)
private inline nothrow void ResetBaseOnCreatedCalled()
private inline nothrow void ResetCaretCreated()
private inline nothrow void ResetCaretShown()
private inline nothrow void ResetDisabled()
public inline nothrow void ResetDoubleBuffered()
private inline nothrow void ResetFocused()
private inline nothrow void ResetHidden()
private inline nothrow void ResetKeyDownHandled()
private inline nothrow void ResetLButtonPressed()
private inline nothrow void ResetMenuWantsKeys()
public nothrow void ResetModifierKeys()
private inline nothrow void ResetMouseHoverTimerStarted()
private inline nothrow void ResetMouseInClient()
public inline nothrow void ResetScrollSubject()
public inline nothrow void ResetTabStop()
public nothrow Event<RightClickEventHandler, RightClickEventArgs>& RightClickEvent() const
public Point ScreenToClient(const Point& point) const
public virtual void ScrollLineDown()
public virtual void ScrollLineUp()
public void SendSetFontMessage(const FontHandle& fontHandle)
public inline nothrow void SetAnchors(Anchors anchors_)
public void SetBackgroundColor(const Color& backgroundColor_)
internal inline nothrow void SetBaseOnCreatedCalled()
private inline nothrow void SetCaretCreated()
protected virtual void SetCaretLocation()
public void SetCaretPos(const Point& caretPos)
private inline nothrow void SetCaretShown()
public void SetContentChanged()
public void SetContentLocation(const Point& contentLocation_)
internal virtual nothrow void SetContentLocationInternal(const Point& contentLocation_)
public void SetContentSize(const Size& contentSize_)
protected virtual void SetCursor()
private inline nothrow void SetDisabled()
public void SetDock(Dock dock_)
public inline nothrow void SetDoubleBuffered()
public void SetFocus()
private inline nothrow void SetFocused()
public nothrow void SetFont(Font&& font_)
public void SetFont(const Font& font_)
private inline nothrow void SetHidden()
private inline nothrow void SetKeyDownHandled()
private inline nothrow void SetLButtonPressed()
public void SetLocation(const Point& loc)
internal void SetLocationInternal(const Point& loc)
private inline nothrow void SetMenuWantsKeys()
public nothrow void SetMouseHoverMs(uint mouseHoverMs_)
public nothrow void SetMouseHoverRectSize(const Size& mouseHoverRectSize_)
private inline nothrow void SetMouseHoverTimerStarted()
private inline nothrow void SetMouseInClient()
internal void SetParentWindow(Control* parentWindow)
public inline nothrow void SetScrollSubject()
public nothrow void SetScrollUnits(int verticalScrollUnit_, int horizontalScrollUnit_)
public void SetSize(const Size& sz)
internal nothrow void SetSizeInternal(const Size& sz, uint windowState)
public inline nothrow void SetTabStop()
public void SetText(const String<char>& text_)
internal void SetTextInternal(const String<char>& text_)
public void SetTimer(uint timerId, uint elapseMs)
internal nothrow void SetWindowCreateStyleFromFlags()
public void Show()
public void ShowCaret()
public void ShowWindow(ShowCommand showCommand)
public nothrow Event<ShownEventHandler, EmptyEventArgs>& ShownEvent() const
public nothrow Event<SizeChangedEventHandler, uint>& SizeChangedEvent() const
public nothrow Event<SizeChangingEventHandler, SizeChangingEventArgs> SizeChangingEvent() const
protected void SubClassCommandWndProc()
public nothrow const String<char>& Text() const
public nothrow Event<TextChangedEventHandler, EmptyEventArgs>& TextChangedEvent() const
public nothrow Event<TimerEventHandler, TimerEventArgs>& TimerEvent() const
public Control* TopControl() const
protected virtual void TranslateChildGraphics(Graphics& graphics)
protected virtual void TranslateContentLocation(Point& location)
protected virtual void TranslateMousePos(Point& location)
public void Update()
public nothrow Event<VScrollEventHandler, ScrollEventArgs>& VScrollEvent() const
public nothrow Event<VisibleChangedEventHandler, EmptyEventArgs>& VisibleChangedEvent() const

Enumerated Types

private enum Flags

Member Variables

private Anchors anchors
private Cursor arrowCursor
private Color backgroundColor
private UniquePtr<Buffer> buffer
private int caretShowCount
private Event<ChildContentChangedEventHandler, ControlEventArgs> childContentChangedEvent
private Event<ChildContentLocationChangedEventHandler, ControlEventArgs> childContentLocationChangedEvent
private Event<ChildContentSizeChangedEventHandler, ControlEventArgs> childContentSizeChangedEvent
private Event<ChildGotFocusEventHandler, ControlEventArgs> childGotFocusEvent
private Event<ChildLostFocusEventHandler, ControlEventArgs> childLostFocusEvent
private Event<ChildSizeChangedEventHandler, ControlEventArgs> childSizeChangedEvent
private Event<ClickEventHandler, EmptyEventArgs> clickEvent
private Event<ClipboardUpdateEventHandler, EmptyEventArgs> clipboardUpdateEvent
private Event<ContentChangedEventHandler, EmptyEventArgs> contentChangedEvent
private Point contentLocation
private Event<ContentLocationChangedEventHandler, EmptyEventArgs> contentLocationChangedEvent
private Size contentSize
private Event<ContentSizeChangedEventHandler, EmptyEventArgs> contentSizeChangedEvent
private Event<ControlEventHandler, ControlEventArgs> controlAddedEvent
private Event<ControlEventHandler, ControlEventArgs> controlRemovedEvent
private List<Control*> createList
private Event<CreatedEventHandler, EmptyEventArgs> createdEvent
private Keys currentModifierKeys
private Event<DestroyedEventHandler, EmptyEventArgs> destroyedEvent
private Dock dock
private Event<EnabledChangedEventHandler, EmptyEventArgs> enabledChangedEvent
private ExtendedWindowStyle exStyle
private Flags flags
private Font font
private FontHandle fontHandle
private Event<GotFocusEventHandler, EmptyEventArgs> gotFocusEvent
private void* handle
private int horizontalScrollUnit
private Event<HScrollEventHandler, ScrollEventArgs> hscrollEvent
private Event<KeyEventHandler, KeyEventArgs> keyDownEvent
private Event<KeyPressEventHandler, KeyPressEventArgs> keyPressEvent
private Event<KeyEventHandler, KeyEventArgs> keyUpEvent
private Point location
private Event<LocationChangedEventHandler, EmptyEventArgs> locationChangedEvent
private Event<LostFocusEventHandler, EmptyEventArgs> lostFocusEvent
private Event<MouseEventHandler, MouseEventArgs> mouseDoubleClickEvent
private Event<MouseEventHandler, MouseEventArgs> mouseDownEvent
private Event<MouseEnterEventHandler, EmptyEventArgs> mouseEnterEvent
private Event<MouseEventHandler, MouseEventArgs> mouseHoverEvent
private Point mouseHoverLocation
private uint mouseHoverMs
private Size mouseHoverRectSize
private Event<MouseLeaveEventHandler, EmptyEventArgs> mouseLeaveEvent
private Event<MouseEventHandler, MouseEventArgs> mouseMoveEvent
private Event<MouseEventHandler, MouseEventArgs> mouseUpEvent
private Event<MouseWheelEventHandler, MouseWheelEventArgs> mouseWheelEvent
private void* originalWndProc
private Event<PaintEventHandler, PaintEventArgs> paintEvent
private Event<RightClickEventHandler, RightClickEventArgs> rightClickEvent
private Event<ShownEventHandler, EmptyEventArgs> shownEvent
private Size size
private Event<SizeChangedEventHandler, uint> sizeChangedEvent
private Event<SizeChangingEventHandler, SizeChangingEventArgs> sizeChangingEvent
private WindowStyle style
private String<char> text
private Event<TextChangedEventHandler, EmptyEventArgs> textChangedEvent
private Event<TimerEventHandler, TimerEventArgs> timerEvent
private int verticalScrollUnit
private Event<VisibleChangedEventHandler, EmptyEventArgs> visibleChangedEvent
private Event<VScrollEventHandler, ScrollEventArgs> vscrollEvent
private int windowClassBackgroundColor
private String<char> windowClassName
private WindowClassStyle windowClassStyle

Constructor& Destructor Details

Control Constructor

public Control(ControlCreateParams& createParams)

Definition
Line 205 of System.Windows/Control.cm


Control Constructor

public Control(const String<char>& windowClassName_, WindowClassStyle windowClassStyle_, WindowStyle style_, ExtendedWindowStyle exStyle_, const Color& backgroundColor_, const String<char>& text_, const Point& location_, const Size& size_, Dock dock_, Anchors anchors_)

Definition
Line 195 of System.Windows/Control.cm


~Control Destructor

public ~Control()

Definition
Line 236 of System.Windows/Control.cm


Member Function Details

AddChildVisual Member Function

internal void AddChildVisual(Control* child)

Definition
Line 331 of System.Windows/Control.cm


BackgroundColor Member Function

public inline nothrow const Color& BackgroundColor()

Definition
Line 1943 of System.Windows/Control.cm


BaseOnCreatedCalled Member Function

internal inline nothrow bool BaseOnCreatedCalled()

Definition
Line 2284 of System.Windows/Control.cm


BringToFront Member Function

public void BringToFront()

Definition
Line 432 of System.Windows/Control.cm


CaretCreated Member Function

public inline nothrow bool CaretCreated()

Definition
Line 2224 of System.Windows/Control.cm


CaretShowCount Member Function

public inline nothrow int CaretShowCount()

Definition
Line 1669 of System.Windows/Control.cm


CaretShown Member Function

private inline nothrow bool CaretShown()

Definition
Line 2236 of System.Windows/Control.cm


ChildContentChangedEvent Member Function

public nothrow Event<ChildContentChangedEventHandler, ControlEventArgs>& ChildContentChangedEvent()

Definition
Line 2100 of System.Windows/Control.cm


ChildContentLocationChangedEvent Member Function

public nothrow Event<ChildContentLocationChangedEventHandler, ControlEventArgs>& ChildContentLocationChangedEvent()

Definition
Line 2108 of System.Windows/Control.cm


ChildContentSizeChangedEvent Member Function

public nothrow Event<ChildContentSizeChangedEventHandler, ControlEventArgs>& ChildContentSizeChangedEvent()

Definition
Line 2116 of System.Windows/Control.cm


ChildSizeChangedEvent Member Function

public nothrow Event<ChildSizeChangedEventHandler, ControlEventArgs>& ChildSizeChangedEvent()

Definition
Line 2088 of System.Windows/Control.cm


ClickEvent Member Function

public nothrow Event<ClickEventHandler, EmptyEventArgs>& ClickEvent()

Definition
Line 2076 of System.Windows/Control.cm


ClientToScreen Member Function

public Point ClientToScreen(const Point& point)

Definition
Line 916 of System.Windows/Control.cm


ClipboadUpdateEvent Member Function

public nothrow Event<ClipboardUpdateEventHandler, EmptyEventArgs>& ClipboadUpdateEvent()

Definition
Line 2160 of System.Windows/Control.cm


ContentChangedEvent Member Function

public nothrow Event<ContentChangedEventHandler, EmptyEventArgs>& ContentChangedEvent()

Definition
Line 2096 of System.Windows/Control.cm


ContentLocation Member Function

public inline nothrow const Point& ContentLocation()

Definition
Line 679 of System.Windows/Control.cm


ContentLocationChangedEvent Member Function

public nothrow Event<ContentLocationChangedEventHandler, EmptyEventArgs>& ContentLocationChangedEvent()

Definition
Line 2104 of System.Windows/Control.cm


ContentSize Member Function

public inline nothrow const Size& ContentSize()

Definition
Line 710 of System.Windows/Control.cm


ContentSizeChangedEvent Member Function

public nothrow Event<ContentSizeChangedEventHandler, EmptyEventArgs>& ContentSizeChangedEvent()

Definition
Line 2112 of System.Windows/Control.cm


ControlAddedEvent Member Function

public nothrow Event<ControlEventHandler, ControlEventArgs>& ControlAddedEvent()

Definition
Line 2148 of System.Windows/Control.cm


ControlRemovedEvent Member Function

public nothrow Event<ControlEventHandler, ControlEventArgs>& ControlRemovedEvent()

Definition
Line 2152 of System.Windows/Control.cm


CreateCaret Member Function

public virtual void CreateCaret()

Definition
Line 1641 of System.Windows/Control.cm


CreateWindow Member Function

protected void CreateWindow()

Definition
Line 244 of System.Windows/Control.cm


CreateWindowInternal Member Function

internal void CreateWindowInternal()

Definition
Line 292 of System.Windows/Control.cm


CreatedEvent Member Function

public nothrow Event<CreatedEventHandler, EmptyEventArgs>& CreatedEvent()

Definition
Line 2056 of System.Windows/Control.cm


DefaultPadding Member Function

public virtual nothrow Padding DefaultPadding()

Definition
Line 904 of System.Windows/Control.cm


DestroyCaret Member Function

public virtual void DestroyCaret()

Definition
Line 1654 of System.Windows/Control.cm


DestroyedEvent Member Function

public nothrow Event<DestroyedEventHandler, EmptyEventArgs>& DestroyedEvent()

Definition
Line 2060 of System.Windows/Control.cm


Disable Member Function

public void Disable()

Definition
Line 411 of System.Windows/Control.cm


DispatchKeyDown Member Function

private void DispatchKeyDown(KeyEventArgs& args)

Definition
Line 1399 of System.Windows/Control.cm


DispatchKeyPress Member Function

private void DispatchKeyPress(KeyPressEventArgs& args)

Definition
Line 1387 of System.Windows/Control.cm


DispatchKeyUp Member Function

private void DispatchKeyUp(KeyEventArgs& args)

Definition
Line 1411 of System.Windows/Control.cm


DoClipboardUpdate Member Function

private void DoClipboardUpdate()

Definition
Line 1244 of System.Windows/Control.cm


DoCreateAndShowCaret Member Function

private void DoCreateAndShowCaret()

Definition
Line 1631 of System.Windows/Control.cm


DoDestroy Member Function

private void DoDestroy()

Definition
Line 1236 of System.Windows/Control.cm


DoDestroyCaret Member Function

private void DoDestroyCaret()

Definition
Line 1645 of System.Windows/Control.cm


DoGotFocus Member Function

private void DoGotFocus()

Definition
Line 1496 of System.Windows/Control.cm


DoHScroll Member Function

private void DoHScroll(ushort request)

Definition
Line 1473 of System.Windows/Control.cm


DoKeyDown Member Function

private bool DoKeyDown(int virtualKeyCode)

Definition
Line 1302 of System.Windows/Control.cm


DoKeyPress Member Function

private void DoKeyPress(KeyPressEventArgs& args)

Definition
Line 1371 of System.Windows/Control.cm


DoKeyUp Member Function

private bool DoKeyUp(int virtualKeyCode)

Definition
Line 1350 of System.Windows/Control.cm


DoKillFocus Member Function

private void DoKillFocus()

Definition
Line 1514 of System.Windows/Control.cm


DoLostFocus Member Function

private void DoLostFocus()

Definition
Line 1520 of System.Windows/Control.cm


DoMenu Member Function

private void DoMenu(KeyEventArgs& args)

Definition
Line 1457 of System.Windows/Control.cm


DoMenu Member Function

private bool DoMenu(wchar accessKey, Keys keyCode)

Definition
Line 1423 of System.Windows/Control.cm


DoMouseDoubleClick Member Function

private void DoMouseDoubleClick(MouseEventArgs& args)

Definition
Line 1790 of System.Windows/Control.cm


DoMouseDown Member Function

private void DoMouseDown(MouseEventArgs& args)

Definition
Line 1757 of System.Windows/Control.cm


DoMouseHover Member Function

private void DoMouseHover()

Definition
Line 1731 of System.Windows/Control.cm


DoMouseLeave Member Function

private void DoMouseLeave()

Definition
Line 1751 of System.Windows/Control.cm


DoMouseMove Member Function

private void DoMouseMove(MouseEventArgs& args)

Definition
Line 1684 of System.Windows/Control.cm


DoMouseUp Member Function

private void DoMouseUp(MouseEventArgs& args)

Definition
Line 1769 of System.Windows/Control.cm


DoMouseWheel Member Function

private void DoMouseWheel(MouseWheelEventArgs& args)

Definition
Line 1477 of System.Windows/Control.cm


DoPaint Member Function

private void DoPaint()

Definition
Line 1566 of System.Windows/Control.cm


DoSetFocus Member Function

private void DoSetFocus()

Definition
Line 1481 of System.Windows/Control.cm


DoSysCommand Member Function

private bool DoSysCommand(uint wparam, long lparam)

Definition
Line 1252 of System.Windows/Control.cm


DoTimer Member Function

private void DoTimer(uint timerId)

Definition
Line 1806 of System.Windows/Control.cm


DoVScroll Member Function

private void DoVScroll(ushort request)

Definition
Line 1469 of System.Windows/Control.cm


DockWindow Member Function

public void DockWindow()

Definition
Line 761 of System.Windows/Control.cm


DockWindow Member Function

internal void DockWindow(Rect& parentRect)

Definition
Line 773 of System.Windows/Control.cm


Enable Member Function

public void Enable()

Definition
Line 398 of System.Windows/Control.cm


EnableWindow Member Function

internal void EnableWindow(bool enable)

Definition
Line 428 of System.Windows/Control.cm


EnabledChangedEvent Member Function

public nothrow Event<EnabledChangedEventHandler, EmptyEventArgs>& EnabledChangedEvent()

Definition
Line 2068 of System.Windows/Control.cm


FireChildSizeChanged Member Function

public void FireChildSizeChanged(ControlEventArgs& args)

Definition
Line 653 of System.Windows/Control.cm


Focused Member Function

public inline nothrow bool Focused()

Definition
Line 2212 of System.Windows/Control.cm


GetAnchors Member Function

public inline nothrow Anchors GetAnchors()

Definition
Line 896 of System.Windows/Control.cm


GetCaretPos Member Function

public Point GetCaretPos()

Definition
Line 1673 of System.Windows/Control.cm


GetClientRect Member Function

public WinRect GetClientRect()

Definition
Line 908 of System.Windows/Control.cm


GetContainerControl Member Function

public virtual nothrow ContainerControl* GetContainerControl()

Definition
Line 354 of System.Windows/Control.cm


GetDC Member Function

public void* GetDC()

Definition
Line 1919 of System.Windows/Control.cm


GetDock Member Function

public inline nothrow Dock GetDock()

Definition
Line 749 of System.Windows/Control.cm


GetExtendedWindowStyle Member Function

public inline nothrow ExtendedWindowStyle GetExtendedWindowStyle()

Definition
Line 2008 of System.Windows/Control.cm


GetFirstEnabledTabStopControl Member Function

internal virtual nothrow Control* GetFirstEnabledTabStopControl()

Definition
Line 499 of System.Windows/Control.cm


GetFont Member Function

public nothrow const Font& GetFont()

Definition
Line 1952 of System.Windows/Control.cm


GetFontHandle Member Function

public const FontHandle& GetFontHandle(Graphics& graphics)

Definition
Line 1979 of System.Windows/Control.cm


GetLastEnabledTabStopControl Member Function

internal virtual nothrow Control* GetLastEnabledTabStopControl()

Definition
Line 510 of System.Windows/Control.cm


GetScrollUnits Member Function

public nothrow Pair<int, int> GetScrollUnits()

Definition
Line 741 of System.Windows/Control.cm


GetSize Member Function

public nothrow const Size& GetSize()

Definition
Line 604 of System.Windows/Control.cm


GetWindow Member Function

public Window* GetWindow()

Definition
Line 363 of System.Windows/Control.cm


GetWindowRect Member Function

public WinRect GetWindowRect()

Definition
Line 912 of System.Windows/Control.cm


GetWindowStyle Member Function

public inline nothrow WindowStyle GetWindowStyle()

Definition
Line 2004 of System.Windows/Control.cm


GetWindowText Member Function

public String<char> GetWindowText()

Definition
Line 562 of System.Windows/Control.cm


GetWindowTextLength Member Function

public int GetWindowTextLength()

Definition
Line 558 of System.Windows/Control.cm


GotFocusEvent Member Function

public nothrow Event<GotFocusEventHandler, EmptyEventArgs>& GotFocusEvent()

Definition
Line 2140 of System.Windows/Control.cm


HScrollEvent Member Function

public nothrow Event<HScrollEventHandler, ScrollEventArgs>& HScrollEvent()

Definition
Line 2124 of System.Windows/Control.cm


Handle Member Function

public inline nothrow void* Handle()

Definition
Line 2000 of System.Windows/Control.cm


Hidden Member Function

private inline nothrow bool Hidden()

Definition
Line 2260 of System.Windows/Control.cm


Hide Member Function

public void Hide()

Definition
Line 465 of System.Windows/Control.cm


HideCaret Member Function

public void HideCaret()

Definition
Line 1664 of System.Windows/Control.cm


Init Member Function

private void Init()

Definition
Line 215 of System.Windows/Control.cm


Invalidate Member Function

public void Invalidate()

Definition
Line 1923 of System.Windows/Control.cm


Invalidate Member Function

public void Invalidate(const Rect& rect)

Definition
Line 1935 of System.Windows/Control.cm


Invalidate Member Function

public void Invalidate(const Rect& rect, bool eraseBackground)

Definition
Line 1939 of System.Windows/Control.cm


Invalidate Member Function

public void Invalidate(const WinRect& rect)

Definition
Line 1927 of System.Windows/Control.cm


Invalidate Member Function

public void Invalidate(const WinRect& rect, bool eraseBackground)

Definition
Line 1931 of System.Windows/Control.cm


IsDecoratorControl Member Function

protected virtual nothrow bool IsDecoratorControl()

Definition
Line 1538 of System.Windows/Control.cm


IsDisabled Member Function

public inline nothrow bool IsDisabled()

Definition
Line 2248 of System.Windows/Control.cm


IsDoubleBuffered Member Function

public inline nothrow bool IsDoubleBuffered()

Definition
Line 2308 of System.Windows/Control.cm


IsEnabled Member Function

public inline nothrow bool IsEnabled()

Definition
Line 394 of System.Windows/Control.cm


IsScrollSubject Member Function

public inline nothrow bool IsScrollSubject()

Definition
Line 2320 of System.Windows/Control.cm


IsTabStop Member Function

public inline nothrow bool IsTabStop()

Definition
Line 2272 of System.Windows/Control.cm


IsVisible Member Function

public inline nothrow bool IsVisible()

Definition
Line 448 of System.Windows/Control.cm


KeyDownEvent Member Function

public nothrow Event<KeyEventHandler, KeyEventArgs>& KeyDownEvent()

Definition
Line 2048 of System.Windows/Control.cm


KeyDownHandled Member Function

private inline nothrow bool KeyDownHandled()

Definition
Line 2200 of System.Windows/Control.cm


KeyPressEvent Member Function

public nothrow Event<KeyPressEventHandler, KeyPressEventArgs>& KeyPressEvent()

Definition
Line 2044 of System.Windows/Control.cm


KeyUpEvent Member Function

public nothrow Event<KeyEventHandler, KeyEventArgs>& KeyUpEvent()

Definition
Line 2052 of System.Windows/Control.cm


KillTimer Member Function

public void KillTimer(uint timerId)

Definition
Line 1802 of System.Windows/Control.cm


LButtonPressed Member Function

private inline nothrow bool LButtonPressed()

Definition
Line 2176 of System.Windows/Control.cm


Location Member Function

public const Point& Location()

Definition
Line 570 of System.Windows/Control.cm


LocationChangedEvent Member Function

public nothrow Event<LocationChangedEventHandler, EmptyEventArgs>& LocationChangedEvent()

Definition
Line 2092 of System.Windows/Control.cm


LostFocusEvent Member Function

public nothrow Event<LostFocusEventHandler, EmptyEventArgs>& LostFocusEvent()

Definition
Line 2144 of System.Windows/Control.cm


MenuWantsKeys Member Function

private inline nothrow bool MenuWantsKeys()

Definition
Line 2188 of System.Windows/Control.cm


MouseDoubleClickEvent Member Function

public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseDoubleClickEvent()

Definition
Line 2040 of System.Windows/Control.cm


MouseDownEvent Member Function

public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseDownEvent()

Definition
Line 2032 of System.Windows/Control.cm


MouseEnterEvent Member Function

public nothrow Event<MouseEnterEventHandler, EmptyEventArgs>& MouseEnterEvent()

Definition
Line 2016 of System.Windows/Control.cm


MouseHoverEvent Member Function

public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseHoverEvent()

Definition
Line 2024 of System.Windows/Control.cm


MouseHoverMs Member Function

public nothrow uint MouseHoverMs()

Definition
Line 1719 of System.Windows/Control.cm


MouseHoverRectSize Member Function

public nothrow const Size& MouseHoverRectSize()

Definition
Line 1727 of System.Windows/Control.cm


MouseHoverTimerStarted Member Function

private inline nothrow bool MouseHoverTimerStarted()

Definition
Line 2296 of System.Windows/Control.cm


MouseInClient Member Function

private inline nothrow bool MouseInClient()

Definition
Line 2164 of System.Windows/Control.cm


MouseLeaveEvent Member Function

public nothrow Event<MouseLeaveEventHandler, EmptyEventArgs>& MouseLeaveEvent()

Definition
Line 2028 of System.Windows/Control.cm


MouseMoveEvent Member Function

public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseMoveEvent()

Definition
Line 2020 of System.Windows/Control.cm


MouseUpEvent Member Function

public nothrow Event<MouseEventHandler, MouseEventArgs>& MouseUpEvent()

Definition
Line 2036 of System.Windows/Control.cm


MouseWheelEvent Member Function

public nothrow Event<MouseWheelEventHandler, MouseWheelEventArgs>& MouseWheelEvent()

Definition
Line 2132 of System.Windows/Control.cm


MoveWindow Member Function

internal void MoveWindow(int dx, int dy)

Definition
Line 865 of System.Windows/Control.cm


OnChildContentChanged Member Function

protected virtual void OnChildContentChanged(ControlEventArgs& args)

Definition
Line 675 of System.Windows/Control.cm


OnChildContentLocationChanged Member Function

protected virtual void OnChildContentLocationChanged(ControlEventArgs& args)

Definition
Line 706 of System.Windows/Control.cm


OnChildContentSizeChanged Member Function

protected virtual void OnChildContentSizeChanged(ControlEventArgs& args)

Definition
Line 732 of System.Windows/Control.cm


OnChildGotFocus Member Function

protected virtual void OnChildGotFocus(ControlEventArgs& args)

Definition
Line 1510 of System.Windows/Control.cm


OnChildLostFocus Member Function

protected virtual void OnChildLostFocus(ControlEventArgs& args)

Definition
Line 1534 of System.Windows/Control.cm


OnChildSizeChanged Member Function

protected virtual void OnChildSizeChanged(ControlEventArgs& args)

Definition
Line 657 of System.Windows/Control.cm


OnClick Member Function

protected virtual void OnClick()

Definition
Line 1878 of System.Windows/Control.cm


OnClipboardUpdate Member Function

protected virtual void OnClipboardUpdate()

Definition
Line 1248 of System.Windows/Control.cm


OnContentChanged Member Function

protected virtual void OnContentChanged()

Definition
Line 671 of System.Windows/Control.cm


OnContentLocationChanged Member Function

protected virtual void OnContentLocationChanged()

Definition
Line 702 of System.Windows/Control.cm


OnContentSizeChanged Member Function

protected virtual void OnContentSizeChanged()

Definition
Line 728 of System.Windows/Control.cm


OnControlAdded Member Function

protected virtual void OnControlAdded(ControlEventArgs& args)

Definition
Line 1911 of System.Windows/Control.cm


OnControlRemoved Member Function

public virtual void OnControlRemoved(ControlEventArgs& args)

Definition
Line 1915 of System.Windows/Control.cm


OnCreated Member Function

protected virtual void OnCreated()

Definition
Line 1886 of System.Windows/Control.cm


OnDestroyed Member Function

protected virtual void OnDestroyed()

Definition
Line 1891 of System.Windows/Control.cm


OnEnabledChanged Member Function

protected virtual void OnEnabledChanged()

Definition
Line 424 of System.Windows/Control.cm


OnGotFocus Member Function

protected virtual void OnGotFocus()

Definition
Line 1506 of System.Windows/Control.cm


OnHScroll Member Function

protected virtual void OnHScroll(ScrollEventArgs& args)

Definition
Line 1899 of System.Windows/Control.cm


OnKeyDown Member Function

protected virtual void OnKeyDown(KeyEventArgs& args)

Definition
Line 1870 of System.Windows/Control.cm


OnKeyPress Member Function

protected virtual void OnKeyPress(KeyPressEventArgs& args)

Definition
Line 1866 of System.Windows/Control.cm


OnKeyUp Member Function

protected virtual void OnKeyUp(KeyEventArgs& args)

Definition
Line 1874 of System.Windows/Control.cm


OnLocationChanged Member Function

protected virtual void OnLocationChanged()

Definition
Line 600 of System.Windows/Control.cm


OnLostFocus Member Function

protected virtual void OnLostFocus()

Definition
Line 1530 of System.Windows/Control.cm


OnMouseDoubleClick Member Function

protected virtual void OnMouseDoubleClick(MouseEventArgs& args)

Definition
Line 1862 of System.Windows/Control.cm


OnMouseDown Member Function

protected virtual void OnMouseDown(MouseEventArgs& args)

Definition
Line 1842 of System.Windows/Control.cm


OnMouseEnter Member Function

protected virtual void OnMouseEnter()

Definition
Line 1826 of System.Windows/Control.cm


OnMouseHover Member Function

protected virtual void OnMouseHover(MouseEventArgs& args)

Definition
Line 1834 of System.Windows/Control.cm


OnMouseLeave Member Function

protected virtual void OnMouseLeave()

Definition
Line 1838 of System.Windows/Control.cm


OnMouseMove Member Function

protected virtual void OnMouseMove(MouseEventArgs& args)

Definition
Line 1830 of System.Windows/Control.cm


OnMouseUp Member Function

protected virtual void OnMouseUp(MouseEventArgs& args)

Definition
Line 1858 of System.Windows/Control.cm


OnMouseWheel Member Function

protected virtual void OnMouseWheel(MouseWheelEventArgs& args)

Definition
Line 1907 of System.Windows/Control.cm


OnPaint Member Function

protected virtual void OnPaint(PaintEventArgs& args)

Definition
Line 1616 of System.Windows/Control.cm


OnRightClick Member Function

protected virtual void OnRightClick(RightClickEventArgs& args)

Definition
Line 1882 of System.Windows/Control.cm


OnShown Member Function

protected virtual void OnShown()

Definition
Line 1895 of System.Windows/Control.cm


OnSizeChanged Member Function

protected virtual void OnSizeChanged(uint windowState)

Definition
Line 645 of System.Windows/Control.cm


OnSizeChanging Member Function

protected virtual void OnSizeChanging(SizeChangingEventArgs& args)

Definition
Line 649 of System.Windows/Control.cm


OnTextChanged Member Function

protected virtual void OnTextChanged()

Definition
Line 566 of System.Windows/Control.cm


OnTimer Member Function

protected virtual void OnTimer(TimerEventArgs& args)

Definition
Line 1811 of System.Windows/Control.cm


OnVScroll Member Function

protected virtual void OnVScroll(ScrollEventArgs& args)

Definition
Line 1903 of System.Windows/Control.cm


OnVisibleChanged Member Function

protected virtual void OnVisibleChanged()

Definition
Line 491 of System.Windows/Control.cm


PaintAll Member Function

internal virtual void PaintAll(PaintEventArgs& args, bool skipMenuBar)

Definition
Line 1620 of System.Windows/Control.cm


PaintEvent Member Function

public nothrow Event<PaintEventHandler, PaintEventArgs>& PaintEvent()

Definition
Line 2012 of System.Windows/Control.cm


ParentControl Member Function

public nothrow Control* ParentControl()

Definition
Line 248 of System.Windows/Control.cm


ParentText Member Function

public nothrow String<char> ParentText()

Definition
Line 262 of System.Windows/Control.cm


PrintWindowTree Member Function

public virtual void PrintWindowTree(int level)

Definition
Line 928 of System.Windows/Control.cm


ProcessMessage Member Function

protected virtual bool ProcessMessage(Message& message)

Definition
Line 959 of System.Windows/Control.cm


ProcessMessageInternal Member Function

internal bool ProcessMessageInternal(Message& message)

Definition
Line 924 of System.Windows/Control.cm


ResetBaseOnCreatedCalled Member Function

private inline nothrow void ResetBaseOnCreatedCalled()

Definition
Line 2292 of System.Windows/Control.cm


ResetCaretCreated Member Function

private inline nothrow void ResetCaretCreated()

Definition
Line 2232 of System.Windows/Control.cm


ResetCaretShown Member Function

private inline nothrow void ResetCaretShown()

Definition
Line 2244 of System.Windows/Control.cm


ResetDisabled Member Function

private inline nothrow void ResetDisabled()

Definition
Line 2256 of System.Windows/Control.cm


ResetDoubleBuffered Member Function

public inline nothrow void ResetDoubleBuffered()

Definition
Line 2316 of System.Windows/Control.cm


ResetFocused Member Function

private inline nothrow void ResetFocused()

Definition
Line 2220 of System.Windows/Control.cm


ResetHidden Member Function

private inline nothrow void ResetHidden()

Definition
Line 2268 of System.Windows/Control.cm


ResetKeyDownHandled Member Function

private inline nothrow void ResetKeyDownHandled()

Definition
Line 2208 of System.Windows/Control.cm


ResetLButtonPressed Member Function

private inline nothrow void ResetLButtonPressed()

Definition
Line 2184 of System.Windows/Control.cm


ResetMenuWantsKeys Member Function

private inline nothrow void ResetMenuWantsKeys()

Definition
Line 2196 of System.Windows/Control.cm


ResetModifierKeys Member Function

public nothrow void ResetModifierKeys()

Definition
Line 1298 of System.Windows/Control.cm


ResetMouseHoverTimerStarted Member Function

private inline nothrow void ResetMouseHoverTimerStarted()

Definition
Line 2304 of System.Windows/Control.cm


ResetMouseInClient Member Function

private inline nothrow void ResetMouseInClient()

Definition
Line 2172 of System.Windows/Control.cm


ResetScrollSubject Member Function

public inline nothrow void ResetScrollSubject()

Definition
Line 2328 of System.Windows/Control.cm


ResetTabStop Member Function

public inline nothrow void ResetTabStop()

Definition
Line 2280 of System.Windows/Control.cm


RightClickEvent Member Function

public nothrow Event<RightClickEventHandler, RightClickEventArgs>& RightClickEvent()

Definition
Line 2156 of System.Windows/Control.cm


ScreenToClient Member Function

public Point ScreenToClient(const Point& point)

Definition
Line 920 of System.Windows/Control.cm


ScrollLineDown Member Function

public virtual void ScrollLineDown()

Definition
Line 936 of System.Windows/Control.cm


ScrollLineUp Member Function

public virtual void ScrollLineUp()

Definition
Line 944 of System.Windows/Control.cm


SendSetFontMessage Member Function

public void SendSetFontMessage(const FontHandle& fontHandle)

Definition
Line 638 of System.Windows/Control.cm


SetAnchors Member Function

public inline nothrow void SetAnchors(Anchors anchors_)

Definition
Line 900 of System.Windows/Control.cm


SetBackgroundColor Member Function

public void SetBackgroundColor(const Color& backgroundColor_)

Definition
Line 1947 of System.Windows/Control.cm


SetBaseOnCreatedCalled Member Function

internal inline nothrow void SetBaseOnCreatedCalled()

Definition
Line 2288 of System.Windows/Control.cm


SetCaretCreated Member Function

private inline nothrow void SetCaretCreated()

Definition
Line 2228 of System.Windows/Control.cm


SetCaretLocation Member Function

protected virtual void SetCaretLocation()

Definition
Line 745 of System.Windows/Control.cm


SetCaretPos Member Function

public void SetCaretPos(const Point& caretPos)

Definition
Line 1677 of System.Windows/Control.cm


SetCaretShown Member Function

private inline nothrow void SetCaretShown()

Definition
Line 2240 of System.Windows/Control.cm


SetContentChanged Member Function

public void SetContentChanged()

Definition
Line 661 of System.Windows/Control.cm


SetContentLocation Member Function

public void SetContentLocation(const Point& contentLocation_)

Definition
Line 688 of System.Windows/Control.cm


SetContentLocationInternal Member Function

internal virtual nothrow void SetContentLocationInternal(const Point& contentLocation_)

Definition
Line 683 of System.Windows/Control.cm


SetContentSize Member Function

public void SetContentSize(const Size& contentSize_)

Definition
Line 714 of System.Windows/Control.cm


SetCursor Member Function

protected virtual void SetCursor()

Definition
Line 1822 of System.Windows/Control.cm


SetDisabled Member Function

private inline nothrow void SetDisabled()

Definition
Line 2252 of System.Windows/Control.cm


SetDock Member Function

public void SetDock(Dock dock_)

Definition
Line 753 of System.Windows/Control.cm


SetDoubleBuffered Member Function

public inline nothrow void SetDoubleBuffered()

Definition
Line 2312 of System.Windows/Control.cm


SetFocus Member Function

public void SetFocus()

Definition
Line 521 of System.Windows/Control.cm


SetFocused Member Function

private inline nothrow void SetFocused()

Definition
Line 2216 of System.Windows/Control.cm


SetFont Member Function

public nothrow void SetFont(Font&& font_)

Definition
Line 1975 of System.Windows/Control.cm


SetFont Member Function

public void SetFont(const Font& font_)

Definition
Line 1971 of System.Windows/Control.cm


SetHidden Member Function

private inline nothrow void SetHidden()

Definition
Line 2264 of System.Windows/Control.cm


SetKeyDownHandled Member Function

private inline nothrow void SetKeyDownHandled()

Definition
Line 2204 of System.Windows/Control.cm


SetLButtonPressed Member Function

private inline nothrow void SetLButtonPressed()

Definition
Line 2180 of System.Windows/Control.cm


SetLocation Member Function

public void SetLocation(const Point& loc)

Definition
Line 580 of System.Windows/Control.cm


SetLocationInternal Member Function

internal void SetLocationInternal(const Point& loc)

Definition
Line 592 of System.Windows/Control.cm


SetMenuWantsKeys Member Function

private inline nothrow void SetMenuWantsKeys()

Definition
Line 2192 of System.Windows/Control.cm


SetMouseHoverMs Member Function

public nothrow void SetMouseHoverMs(uint mouseHoverMs_)

Definition
Line 1715 of System.Windows/Control.cm


SetMouseHoverRectSize Member Function

public nothrow void SetMouseHoverRectSize(const Size& mouseHoverRectSize_)

Definition
Line 1723 of System.Windows/Control.cm


SetMouseHoverTimerStarted Member Function

private inline nothrow void SetMouseHoverTimerStarted()

Definition
Line 2300 of System.Windows/Control.cm


SetMouseInClient Member Function

private inline nothrow void SetMouseInClient()

Definition
Line 2168 of System.Windows/Control.cm


SetParentWindow Member Function

internal void SetParentWindow(Control* parentWindow)

Definition
Line 389 of System.Windows/Control.cm


SetScrollSubject Member Function

public inline nothrow void SetScrollSubject()

Definition
Line 2324 of System.Windows/Control.cm


SetScrollUnits Member Function

public nothrow void SetScrollUnits(int verticalScrollUnit_, int horizontalScrollUnit_)

Definition
Line 736 of System.Windows/Control.cm


SetSize Member Function

public void SetSize(const Size& sz)

Definition
Line 616 of System.Windows/Control.cm


SetSizeInternal Member Function

internal nothrow void SetSizeInternal(const Size& sz, uint windowState)

Definition
Line 608 of System.Windows/Control.cm


SetTabStop Member Function

public inline nothrow void SetTabStop()

Definition
Line 2276 of System.Windows/Control.cm


SetText Member Function

public void SetText(const String<char>& text_)

Definition
Line 541 of System.Windows/Control.cm


SetTextInternal Member Function

internal void SetTextInternal(const String<char>& text_)

Definition
Line 550 of System.Windows/Control.cm


SetTimer Member Function

public void SetTimer(uint timerId, uint elapseMs)

Definition
Line 1798 of System.Windows/Control.cm


SetWindowCreateStyleFromFlags Member Function

internal nothrow void SetWindowCreateStyleFromFlags()

Definition
Line 273 of System.Windows/Control.cm


Show Member Function

public void Show()

Definition
Line 452 of System.Windows/Control.cm


ShowCaret Member Function

public void ShowCaret()

Definition
Line 1659 of System.Windows/Control.cm


ShowWindow Member Function

public void ShowWindow(ShowCommand showCommand)

Definition
Line 478 of System.Windows/Control.cm


ShownEvent Member Function

public nothrow Event<ShownEventHandler, EmptyEventArgs>& ShownEvent()

Definition
Line 2064 of System.Windows/Control.cm


SizeChangedEvent Member Function

public nothrow Event<SizeChangedEventHandler, uint>& SizeChangedEvent()

Definition
Line 2080 of System.Windows/Control.cm


SizeChangingEvent Member Function

public nothrow Event<SizeChangingEventHandler, SizeChangingEventArgs> SizeChangingEvent()

Definition
Line 2084 of System.Windows/Control.cm


SubClassCommandWndProc Member Function

protected void SubClassCommandWndProc()

Definition
Line 952 of System.Windows/Control.cm


Text Member Function

public nothrow const String<char>& Text()

Definition
Line 537 of System.Windows/Control.cm


TextChangedEvent Member Function

public nothrow Event<TextChangedEventHandler, EmptyEventArgs>& TextChangedEvent()

Definition
Line 2120 of System.Windows/Control.cm


TimerEvent Member Function

public nothrow Event<TimerEventHandler, TimerEventArgs>& TimerEvent()

Definition
Line 2136 of System.Windows/Control.cm


TopControl Member Function

public Control* TopControl()

Definition
Line 436 of System.Windows/Control.cm


TranslateChildGraphics Member Function

protected virtual void TranslateChildGraphics(Graphics& graphics)

Definition
Line 1542 of System.Windows/Control.cm


TranslateContentLocation Member Function

protected virtual void TranslateContentLocation(Point& location)

Definition
Line 1558 of System.Windows/Control.cm


TranslateMousePos Member Function

protected virtual void TranslateMousePos(Point& location)

Definition
Line 1550 of System.Windows/Control.cm


Update Member Function

public void Update()

Definition
Line 495 of System.Windows/Control.cm


VScrollEvent Member Function

public nothrow Event<VScrollEventHandler, ScrollEventArgs>& VScrollEvent()

Definition
Line 2128 of System.Windows/Control.cm


VisibleChangedEvent Member Function

public nothrow Event<VisibleChangedEventHandler, EmptyEventArgs>& VisibleChangedEvent()

Definition
Line 2072 of System.Windows/Control.cm