Share via


IControlAddInSite.Visible Property

Gets a value indicating whether the control add-in is visible.

Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Usage

Syntax

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

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

IControlAddInSite Interface
IControlAddInSite Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace