ComponentOne Basic Library for WPF and Silverlight
IsPressed Property (C1HyperlinkButton)


C1.WPF Namespace > C1HyperlinkButton Class : IsPressed Property
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property IsPressed As System.Boolean
'Usage
 
Dim instance As C1HyperlinkButton
Dim value As System.Boolean
 
value = instance.IsPressed
[System.ComponentModel.ReadOnly(true)]
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.Browsable(false)]
public System.bool IsPressed {get;}
See Also

Reference

C1HyperlinkButton Class
C1HyperlinkButton Members