TreeNode.IsTrackingViewState 属性

定义

获取一个值,该值指示节点是否保存其视图状态更改。Gets a value that indicates whether the node is saving changes to its view state.

protected:
 property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean

属性值

Boolean

如果控件标记为保存其状态,则为 true;否则为 falsetrue if the control is marked to save its state; otherwise, false.

适用于

另请参阅