EntityEditorWithPicker.CheckItemToolTip property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property CheckItemToolTip As String
Get
Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As String
value = instance.CheckItemToolTip
instance.CheckItemToolTip = value
public virtual string CheckItemToolTip { get; set; }
Property value
Type: System.String