C# Class Rsdn.Janus.JanusGrid

Версия TreeGrid для януса.
Inheritance: TreeGrid.TreeGrid
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

protected OnAfterActivateNode ( ITreeNode activatedNode ) : void
activatedNode ITreeNode
Résultat void

OnBeforeMouseDownEvent() protected méthode

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

RetrieveData() protected méthode

protected RetrieveData ( ITreeNode node ) : NodeDrawData
node ITreeNode
Résultat NodeDrawData

WndProc() protected méthode

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