ContactListGroupItem.IsRenameMode Property
Gets a boolean value which indicates whether or not this control is currently in [rename] mode.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property IsRenameMode As Boolean
Get
Private Set
'Usage
Dim instance As ContactListGroupItem
Dim value As Boolean
value = instance.IsRenameMode
public bool IsRenameMode { get; private set; }
Property Value
Type: System.Boolean