Partilhar via


Propriedade ThumbButtonInfo.CommandTarget

Gets or sets the element on which to raise the specified command.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (em Microsoft.Windows.Shell.dll)

Sintaxe

'Declaração
Public Property CommandTarget As IInputElement
    Get
    Set
public IInputElement CommandTarget { get; set; }
public:
virtual property IInputElement^ CommandTarget {
    IInputElement^ get () sealed;
    void set (IInputElement^ value) sealed;
}
abstract CommandTarget : IInputElement with get, set
override CommandTarget : IInputElement with get, set
final function get CommandTarget () : IInputElement
final function set CommandTarget (value : IInputElement)

Valor de propriedade

Tipo: System.Windows.IInputElement
O elemento no qual elevar o comando especificado.The default is nulluma referência nula (Nothing no Visual Basic).

Implementações

ICommandSource.CommandTarget

Comentários

O CommandTarget propriedade fornece uma referência a um elemento que já está definido no aplicativo.

Segurança do .NET Framework

Consulte também

Referência

ThumbButtonInfo Classe

Namespace Microsoft.Windows.Shell

CommandTarget

Outros recursos

Visão geral de Comando