C# Class Rsdn.Janus.JanusGrid

Версия TreeGrid для януса.
Inheritance: TreeGrid.TreeGrid
ファイルを表示 Open project: rsdn/janus Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
OnAfterActivateNode ( ITreeNode activatedNode ) : void
OnBeforeMouseDownEvent ( MouseButtons button, int clicks, int x, int y ) : bool

Вызывается перед обработкой сообщения нажатия мыши и позволяет отменить его.

RetrieveData ( ITreeNode node ) : NodeDrawData
WndProc ( Message &m ) : void

Обработчик сообщений виндовс.

Method Details

OnAfterActivateNode() protected method

protected OnAfterActivateNode ( ITreeNode activatedNode ) : void
activatedNode ITreeNode
return void

OnBeforeMouseDownEvent() protected method

Вызывается перед обработкой сообщения нажатия мыши и позволяет отменить его.
protected OnBeforeMouseDownEvent ( MouseButtons button, int clicks, int x, int y ) : bool
button MouseButtons
clicks int
x int
y int
return bool

RetrieveData() protected method

protected RetrieveData ( ITreeNode node ) : NodeDrawData
node ITreeNode
return NodeDrawData

WndProc() protected method

Обработчик сообщений виндовс.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void