HierarchicalDataSourceControl.Visible 属性
定义
获取或设置一个值,该值指示是否以可视化方式显示控件。Gets or sets a value indicating whether the control is visually displayed.
public:
virtual property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean
属性值
在所有情况下均为 false。false in all cases.
- 属性
例外
注解
由于 HierarchicalDataSourceControl 类没有可视化呈现,因此 Visible 总是返回 false 。Because the HierarchicalDataSourceControl class has no visual rendering, Visible always returns false.