FormControl.isVisible 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.
Retrieves a value that indicates whether the control is visible.
public:
virtual bool isVisible();
public virtual bool isVisible ();
abstract member isVisible : unit -> bool
override this.isVisible : unit -> bool
Public Overridable Function isVisible () As Boolean
Returns
true if the control is visible; otherwise, false.