Compartir a través de


OnVisibleEventArgs.Visible Property

Gets a Boolean value that specifies whether the control is visible.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.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 it is visible, otherwise false.

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.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

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