Initializes the collection
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void Reset(
string keyBinding,
AwxSortDirection direction,
bool sortByValue,
int elementThreshold
) |
Visual Basic |
---|
Public Sub Reset ( _
keyBinding As String, _
direction As AwxSortDirection, _
sortByValue As Boolean, _
elementThreshold As Integer _
) |
JScript |
---|
public function Reset(
keyBinding : String,
direction : AwxSortDirection,
sortByValue : boolean,
elementThreshold : int
) |
Parameters
- keyBinding
- Type: System..::..String
- direction
- Type: Ico.Awx..::..AwxSortDirection
- sortByValue
- Type: System..::..Boolean
- elementThreshold
- Type: System..::..Int32
See Also