Version

SetSelectAllCheckBox Method

Sets the select all checkbox value to the given value without doing the action of selecting all the other checkboxes.
Syntax
'Declaration
 
Protected Overridable Sub SetSelectAllCheckBox( _
   ByVal value As Nullable(Of Boolean), _
   Optional ByVal changeDetected As Boolean _
) 
protected virtual void SetSelectAllCheckBox( 
   Nullable<bool> value,
   bool changeDetected
)

Parameters

value
changeDetected
Whether or not we should set the changeDetected flag to true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also