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