Freigeben über


OnVisibleEventArgs.Visible Property

Gets a Boolean value that specifies whether the object is visible or not.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As OnVisibleEventArgs
Dim value As Boolean

value = instance.Visible

Syntax

'Declaration
Public ReadOnly Property Visible As Boolean
public bool Visible { get; }
public:
property bool Visible {
    bool get ();
}
/** @property */
public boolean get_Visible ()
public function get Visible () : boolean

Property Value

Type: Boolean
True if the object is visible; false otherwise.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

OnVisibleEventArgs Class
OnVisibleEventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.