Hyperlink::CommandTarget Property
.NET Framework (current version)
Gets or sets a target element on which to execute the command specified by the Command property.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property IInputElement^ CommandTarget { virtual IInputElement^ get() sealed; virtual void set(IInputElement^ value) sealed; }
Property Value
Type: System.Windows::IInputElement^A target element on which to execute the command specified by the Command property. The default is null.
Implements
ICommandSource::CommandTarget
.NET Framework
Available since 3.0
Available since 3.0
Show: