INodeWithVisibility 介面

定義

允許 TreeNode 動態決定自己是否在樹中可見(顯示)。

public interface class INodeWithVisibility
public interface INodeWithVisibility
type INodeWithVisibility = interface
Public Interface INodeWithVisibility

屬性

名稱 Description
ShouldShow

會得到一個值,表示是否應該顯示某個節點。

適用於