Aracılığıyla paylaş


TreeNodeType.isGetNodeInLayerSupported Method

Definition

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.

Applies to