Click or drag to resize

PkStatesList Methods

The PkStatesList type exposes the following members.

Methods
  NameDescription
Public methodContains
Determines whether a specific state is present in the list.
Public methodGetEnumerator
Provides For...Each ability to enumerate the states in the list.
Protected methodGetObjectData
Public methodNext
Gets the next state in the list relative to the Active state.
Public methodNext(Byte)
Gets the next state in the list relative to a given state.
Public methodPrev
Gets the previous state in the list relative to the Active state.
Public methodPrev(Byte)
Gets the previous state in the list relative to a given state.
Public methodReset
Resets the Active state to Default state and Disposition to Set.
Top
See Also