Determines whether [contains] [the specified node].
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function Contains( _ ByVal node As ASTreeViewNode _ ) As Boolean |
| C# |
|---|
| public bool Contains( ASTreeViewNode node ) |
| C++ |
|---|
| public: bool Contains( ASTreeViewNode node ) sealed |
| J# |
|---|
| public bool Contains( ASTreeViewNode node ) |
| JScript |
|---|
| public
function Contains( node : ASTreeViewNode ) : bool |
Parameters
- node
- The node.
Return Value
if [contains] [the specified node]; otherwise, .