IsPressed Property

Gets or sets {insert text here}.

Namespace:  Microsoft.Data.Tools.Design.Core.Controls
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Property IsPressed As Boolean
    Get
    Private Set
'Usage
Dim instance As StyledHyperlink
Dim value As Boolean

value = instance.IsPressed
public bool IsPressed { get; private set; }
public:
property bool IsPressed {
    bool get ();
    private: void set (bool value);
}
member IsPressed : bool with get, private set
function get IsPressed () : boolean
private function set IsPressed (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

StyledHyperlink Class

Microsoft.Data.Tools.Design.Core.Controls Namespace