C# Класс XCore.TestControlBase

Test class that implements WndProc by noting start and finish, and possibly making recursive calls.
Наследование: System.Windows.Forms.Control
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
m_messages System.Collections.ArrayList

Открытые методы

Метод Описание
CallOnPaint ( PaintEventArgs e ) : void

allow protected method to be called by test code

CallWndProc ( Message &m ) : void

allow protected method to be called by test code

TestControlBase ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool release_all ) : void
OnPaint ( PaintEventArgs e ) : void

Fake OnPaint notes order things happen.

RunPendingMessages ( object original ) : void

Override to simulate recursive calls to WndProc.

WndProc ( Message &m ) : void

Fake WndProc notes order things happen.

Описание методов

CallOnPaint() публичный Метод

allow protected method to be called by test code
public CallOnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
Результат void

CallWndProc() публичный Метод

allow protected method to be called by test code
public CallWndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void

Dispose() защищенный Метод

protected Dispose ( bool release_all ) : void
release_all bool
Результат void

OnPaint() защищенный Метод

Fake OnPaint notes order things happen.
protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
Результат void

RunPendingMessages() защищенный Метод

Override to simulate recursive calls to WndProc.
protected RunPendingMessages ( object original ) : void
original object
Результат void

TestControlBase() публичный Метод

public TestControlBase ( ) : System
Результат System

WndProc() защищенный Метод

Fake WndProc notes order things happen.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void

Описание свойств

m_messages публичное свойство

public for test purposes
public ArrayList,System.Collections m_messages
Результат System.Collections.ArrayList