HostCursor.FilterByPosition(Int32, Boolean, Int32, Boolean, Boolean) Method

Definition

public:
 virtual void FilterByPosition(int LowPos, bool KeyLowInclusive, int HighPos, bool KeyHighInclusive, bool ResetTop);
public void FilterByPosition (int LowPos, bool KeyLowInclusive, int HighPos, bool KeyHighInclusive, bool ResetTop);
abstract member FilterByPosition : int * bool * int * bool * bool -> unit
override this.FilterByPosition : int * bool * int * bool * bool -> unit
Public Sub FilterByPosition (LowPos As Integer, KeyLowInclusive As Boolean, HighPos As Integer, KeyHighInclusive As Boolean, ResetTop As Boolean)

Parameters

LowPos
Int32
KeyLowInclusive
Boolean
HighPos
Int32
KeyHighInclusive
Boolean
ResetTop
Boolean

Implements

Applies to