Compartir a través de


NavigateProperties.hideCommandBar Property

Gets or set s Boolean value that specifies whether the command bar is hidden.

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

Usage

'Usage
Dim instance As NavigateProperties
Dim value As Boolean

value = instance.hideCommandBar

instance.hideCommandBar = value

Syntax

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

/** @property */
public void set_hideCommandBar (boolean value)
public function get hideCommandBar () : boolean

public function set hideCommandBar (value : boolean)

Property Value

Type: Boolean
True if the command bar is hidden; 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

NavigateProperties Class
NavigateProperties Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

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