Compartilhar via


SplitButton.DropDownButtonCommand Property

Gets or sets the dropdown button command.

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

Usage

'Usage
Dim instance As SplitButton
Dim value As ICommand

value = instance.DropDownButtonCommand

instance.DropDownButtonCommand = value

Syntax

'Declaration
Public Property DropDownButtonCommand As ICommand
public ICommand DropDownButtonCommand { get; set; }
public:
property ICommand^ DropDownButtonCommand {
    ICommand^ get ();
    void set (ICommand^ value);
}
/** @property */
public ICommand get_DropDownButtonCommand ()

/** @property */
public void set_DropDownButtonCommand (ICommand value)
public function get DropDownButtonCommand () : ICommand

public function set DropDownButtonCommand (value : ICommand)

Property Value

Returns ICommand.

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

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

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