Hyperlink::IsEnabledCore Property

 

Gets a value that indicates whether or not the Hyperlink is enabled.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
property bool IsEnabledCore {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the Hyperlink is enabled; otherwise, false.

This property overrides IsEnabledCore.

.NET Framework
Available since 3.0
Return to top
Show: