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
Comentários
O CommandTarget propriedade fornece uma referência a um elemento que já está definido no aplicativo.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Shell