xInfo.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.
Determines whether the client window is not minimized.
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
false if the client window is minimized; otherwise, true.