DynamicDataManager.Visible 属性

定义

获取一个值,该值指示控件是否 DynamicDataManager 可见。

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

属性值

true 如果可见, DynamicDataManager 则为 。否则 false为 。

属性

注解

DynamicDataManager 控件不是可见的运行时控件。 该属性仅在设计时在设计器中使用。

适用于