HostCursor.FilterByPosition(Int32, Boolean, Int32, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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