ContactButton.IsButtonEnabled property

Gets a boolean value which indicates or not the button contained in this control's template is enabled.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property IsButtonEnabled As Boolean
    Get
'Usage
Dim instance As ContactButton
Dim value As Boolean

value = instance.IsButtonEnabled
public bool IsButtonEnabled { get; }

Property value

Type: System.Boolean

See also

Reference

ContactButton class

ContactButton members

Microsoft.Lync.Controls namespace