ContactItemContentPresenter.CallButton property
Reserved for internal use.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property CallButton As Object
Get
Set
'Usage
Dim instance As ContactItemContentPresenter
Dim value As Object
value = instance.CallButton
instance.CallButton = value
public Object CallButton { get; set; }
Property value
Type: System.Object
See also
Reference
ContactItemContentPresenter class