Свойство | Type | Description | |
---|---|---|---|
CalcHitRow | int | ||
CalcRowRecangle | |||
GetDataDesignMode | object | ||
HScrollValue | int | ||
MaxVisibleRows | int | ||
MaxVisibleRows | int | ||
MinWidth | int | ||
NodeFind | void | ||
RowHeaderWidth | int | ||
VScrollValue | int | ||
VisibleRowToYPoint | int | ||
internalUpdateStyles | void |
Méthode | Description | |
---|---|---|
AddScroolBars ( ) : void | ||
BeginInit ( ) : void | ||
BeginUpdate ( ) : void | ||
CalcColumnHit ( Point mousepoint ) : CommonTools.HitInfo | ||
CalcHitNode ( Point mousepoint ) : Node | ||
EndInit ( ) : void | ||
EndUpdate ( ) : void | ||
EnsureVisible ( Node node ) : void | ||
FindNode ( string text, bool searchFields ) : CommonTools.Node | ||
GetHitNode ( ) : Node | ||
HitTestScrollbar ( Point mousepoint ) : bool | ||
MultiSelectAdd ( Node clickedNode, Keys modifierKeys ) : void | ||
OnHScroll ( object sender, |
||
OnNotifyAfterExpand ( Node node, bool isExpanded ) : void | ||
OnNotifyBeforeExpand ( Node node, bool isExpanding ) : void | ||
OnVScroll ( object sender, |
||
RecalcLayout ( ) : void | ||
SetHotColumn ( TreeListColumn col, bool ishot ) : void | ||
SetVScrollValue ( int value ) : void | ||
TreeListView ( ) : System | ||
UpdateScrollBars ( ) : void |
Méthode | Description | |
---|---|---|
BeforeShowContextMenu ( ) : void | ||
GetData ( Node node, TreeListColumn column ) : object | ||
GetFormatting ( CommonTools node, CommonTools column ) : CommonTools.TreeList.TextFormatting | ||
GetIndentSize ( Node node ) : int | ||
GetNodeBitmap ( Node node ) : Image | ||
GetPlusMinusRectangle ( Node node, TreeListColumn firstColumn, int visibleRowIndex ) : |
||
InvalidateRow ( int absoluteRowIndex ) : void | ||
IsInputKey ( Keys keyData ) : bool | ||
OnAfterSelect ( Node node ) : void | ||
OnEnter ( |
||
OnKeyDown ( |
||
OnLeave ( |
||
OnMouseClick ( MouseEventArgs e ) : void | ||
OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnSizeChanged ( |
||
PaintCell ( |
||
PaintImage ( |
||
PaintLines ( |
||
PaintNode ( |
||
raiseAfterSelect ( Node node ) : void | ||
raiseNotifyAfterExpand ( Node node, bool isExpanded ) : void | ||
raiseNotifyBeforeExpand ( Node node, bool isExpanding ) : void |
Méthode | Description | |
---|---|---|
CalcHitRow ( Point mousepoint ) : int | ||
CalcRowRecangle ( int visibleRowIndex ) : |
||
GetDataDesignMode ( Node node, TreeListColumn column ) : object | ||
HScrollValue ( ) : int | ||
MaxVisibleRows ( ) : int | ||
MaxVisibleRows ( int &remainder ) : int | ||
MinWidth ( ) : int | ||
NodeFind ( string text, CommonTools cNodes, bool searchFields, CommonTools &outNode ) : void | ||
RowHeaderWidth ( ) : int | ||
VScrollValue ( ) : int | ||
VisibleRowToYPoint ( int visibleRowIndex ) : int | ||
internalUpdateStyles ( ) : void |
public CalcColumnHit ( Point mousepoint ) : CommonTools.HitInfo | ||
mousepoint | Point | |
Résultat | CommonTools.HitInfo |
public CalcHitNode ( Point mousepoint ) : Node | ||
mousepoint | Point | |
Résultat | Node |
public FindNode ( string text, bool searchFields ) : CommonTools.Node | ||
text | string | |
searchFields | bool | |
Résultat | CommonTools.Node |
protected GetData ( Node node, TreeListColumn column ) : object | ||
node | Node | |
column | TreeListColumn | |
Résultat | object |
protected GetFormatting ( CommonTools node, CommonTools column ) : CommonTools.TreeList.TextFormatting | ||
node | CommonTools | |
column | CommonTools | |
Résultat | CommonTools.TreeList.TextFormatting |
protected GetIndentSize ( Node node ) : int | ||
node | Node | |
Résultat | int |
protected GetNodeBitmap ( Node node ) : Image | ||
node | Node | |
Résultat | Image |
protected GetPlusMinusRectangle ( Node node, TreeListColumn firstColumn, int visibleRowIndex ) : |
||
node | Node | |
firstColumn | TreeListColumn | |
visibleRowIndex | int | |
Résultat |
public HitTestScrollbar ( Point mousepoint ) : bool | ||
mousepoint | Point | |
Résultat | bool |
protected InvalidateRow ( int absoluteRowIndex ) : void | ||
absoluteRowIndex | int | |
Résultat | void |
protected IsInputKey ( Keys keyData ) : bool | ||
keyData | Keys | |
Résultat | bool |
public MultiSelectAdd ( Node clickedNode, Keys modifierKeys ) : void | ||
clickedNode | Node | |
modifierKeys | Keys | |
Résultat | void |
protected OnAfterSelect ( Node node ) : void | ||
node | Node | |
Résultat | void |
protected OnEnter ( |
||
e | ||
Résultat | void |
public OnHScroll ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnKeyDown ( |
||
e | ||
Résultat | void |
protected OnLeave ( |
||
e | ||
Résultat | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseDoubleClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseLeave ( |
||
e | ||
Résultat | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
public OnNotifyAfterExpand ( Node node, bool isExpanded ) : void | ||
node | Node | |
isExpanded | bool | |
Résultat | void |
public OnNotifyBeforeExpand ( Node node, bool isExpanding ) : void | ||
node | Node | |
isExpanding | bool | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnSizeChanged ( |
||
e | ||
Résultat | void |
public OnVScroll ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected PaintCell ( |
||
dc | ||
cellRect | ||
node | Node | |
column | TreeListColumn | |
Résultat | void |
protected PaintImage ( |
||
dc | ||
imageRect | ||
node | Node | |
image | Image | |
Résultat | void |
protected PaintLines ( |
||
dc | ||
cellRect | ||
node | Node | |
Résultat | void |
protected PaintNode ( |
||
dc | ||
rowRect | ||
node | Node | |
visibleColumns | TreeListColumn | |
visibleRowIndex | int | |
Résultat | void |
public SetHotColumn ( TreeListColumn col, bool ishot ) : void | ||
col | TreeListColumn | |
ishot | bool | |
Résultat | void |
public SetVScrollValue ( int value ) : void | ||
value | int | |
Résultat | void |
protected raiseAfterSelect ( Node node ) : void | ||
node | Node | |
Résultat | void |
protected raiseNotifyAfterExpand ( Node node, bool isExpanded ) : void | ||
node | Node | |
isExpanded | bool | |
Résultat | void |
protected raiseNotifyBeforeExpand ( Node node, bool isExpanding ) : void | ||
node | Node | |
isExpanding | bool | |
Résultat | void |