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