Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
IjwFramework
Ui
Node
C# Class IjwFramework.Ui.Node
显示文件
Open project: chrisforbes/Ijw.Framework
Class Usage Examples
Public Properties
Property
Type
Description
parent
Node
Public Methods
Method
Description
Add
(
Node
child
) :
void
Collapse
( ) :
void
Contains
(
Node
node
) :
bool
Expand
( ) :
void
Remove
(
Node
node
) :
void
ToggleExpanded
( ) :
void
Private Methods
Method
Description
IsDescendentOf
(
Node
n
) :
bool
Method Details
Add()
public
method
public
Add
(
Node
child
) :
void
child
Node
return
void
Collapse()
public
method
public
Collapse
( ) :
void
return
void
Contains()
public
method
public
Contains
(
Node
node
) :
bool
node
Node
return
bool
Expand()
public
method
public
Expand
( ) :
void
return
void
Remove()
public
method
public
Remove
(
Node
node
) :
void
node
Node
return
void
ToggleExpanded()
public
method
public
ToggleExpanded
( ) :
void
return
void
Property Details
parent
public_oe property
public
Node,IjwFramework.Ui
parent
return
Node