Hyperlink::Command Property
.NET Framework (current version)
Gets or sets a command to associate with the Hyperlink.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] [LocalizabilityAttribute(LocalizationCategory::NeverLocalize)] property ICommand^ Command { virtual ICommand^ get() sealed; virtual void set(ICommand^ value) sealed; }
Property Value
Type: System.Windows.Input::ICommand^A command to associate with the Hyperlink. The default is null.
Implements
ICommandSource::Command
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: