NavActionState |
Header: Navigation.h |
enum NavActionState { kNavNormalState = , kNavDontOpenState = 1, kNavDontSaveState = 2, kNavDontChooseState = 4, kNavDontNewFolderState = 16 };
Allows all user actions. This is the default state.
Prevents Navigation Services from opening files.
Prevents Navigation Services from saving files.
Prevents Navigation Services from choosing files.
Prevents Navigation Services from creating new folders.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)