DictTable.Visible Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the table is visible.
public:
virtual bool Visible();
public virtual bool Visible ();
abstract member Visible : unit -> bool
override this.Visible : unit -> bool
Public Overridable Function Visible () As Boolean
Returns
true if the table is visible; otherwise, false.