UserInfoListFormToolBar.ComponentRequiresPostback property
UserInfoListFormToolBar renders a set of buttons and JS logic for various commands Does not include any editable fields - Override to avoid forcing form postback
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ComponentRequiresPostback As Boolean
Get
'Usage
Dim instance As UserInfoListFormToolBar
Dim value As Boolean
value = instance.ComponentRequiresPostback
public override bool ComponentRequiresPostback { get; }
Property value
Type: System.Boolean