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

属性值

Boolean

在所有情况下均为 falsefalse in all cases.

属性

例外

尝试设置 Visible 属性的值。An attempt was made to set the value of the Visible property.

注解

由于 HierarchicalDataSourceControl 类没有可视化呈现,因此 Visible 总是返回 falseBecause the HierarchicalDataSourceControl class has no visual rendering, Visible always returns false.

适用于