Compartir a través de


USDTab.CloseButtonAvailable Property

Gets or sets a Boolean value that specifies if the close button is available.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As USDTab
Dim value As Boolean

value = instance.CloseButtonAvailable

instance.CloseButtonAvailable = value

Syntax

'Declaration
Public Property CloseButtonAvailable As Boolean
public bool CloseButtonAvailable { get; set; }
public:
property bool CloseButtonAvailable {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CloseButtonAvailable ()

/** @property */
public void set_CloseButtonAvailable (boolean value)
public function get CloseButtonAvailable () : boolean

public function set CloseButtonAvailable (value : boolean)

Property Value

Type: Boolean
True if the close button is available, 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

USDTab Class
USDTab Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles Namespace

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