Msocadvf Enumeration
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Specifies component registration advise flags.
enum {
msocadvfModal = 1,
msocadvfRedrawOff = 2,
msocadvfWarningsOff = 4,
msocadvfRecording = 8
};
Constants
msocadvfModal
The modal state.msocadvfRedrawOff
The redraw-off state.msocadvfWarningsOff
The warnings-off state.msocadvfRecording
The recording state.