TreeNodeType.isGetNodeInLayerSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether instances of this node type support the TreeNode.GetNodeInLayer method.
public:
virtual bool isGetNodeInLayerSupported();
public virtual bool isGetNodeInLayerSupported ();
abstract member isGetNodeInLayerSupported : unit -> bool
override this.isGetNodeInLayerSupported : unit -> bool
Public Overridable Function isGetNodeInLayerSupported () As Boolean
Returns
true if tree nodes of this type support the TreeNode.GetNodeInLayer method; otherwise, false.