Home | Trees | Indices | Help |
|
---|
|
object --+ | IFiltering
Interface for option filtering, used to filter options based on user
entered value. The value is matched to the item caption.
FILTERINGMODE_OFF
(0) turns the filtering off.
FILTERINGMODE_STARTSWITH
(1) matches from the start of the
caption. FILTERINGMODE_CONTAINS
(1) matches anywhere in the
caption.
|
|||
|
|||
|
|||
Inherited from |
|
|||
FILTERINGMODE_OFF = 0
|
|||
FILTERINGMODE_STARTSWITH = 1
|
|||
FILTERINGMODE_CONTAINS = 2
|
|
|||
Inherited from |
|
Sets the option filtering mode.
|
Gets the current filtering mode.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:54 2013 | http://epydoc.sourceforge.net |