Add
The Add method adds the specified focus to this focus set.
void Add (in ODTypeToken focus);
focus- A tokenized string representing the focus type to be added to this focus set, expressed as a 32-bit value.
DISCUSSION
Thefocusparameter must be the tokenized form of one of the focus constants (kODClipboardFocus,kODKeyFocus,kODMenuFocus,kODModalFocus,kODMouseFocus,kODScrollingFocus, orkODSelectionFocus) or the tokenized form of a part-specific focus type. You can call the session object'sTokenizemethod to obtain a token corresponding to one of these constants.The specified focus is not added if it already exists in this focus set.
EXCEPTIONS
kODErrOutOfMemory- There is not enough memory to expand the focus set.
SEE ALSO
TheODFocusTypetype (page 889).
TheODTypeTokentype (page 877).
TheODSession::Tokenizemethod (page 622).