1 |
1.429128 |
__magnumdb__enum_msouser_h_3 |
Enum |
|
|
|
|
|
|
enum
{
msonaStartHelpMode = 0, // User entered Quick tip mode (Shift-F1). App should update any internal state
msonaEndHelpMode, // Quick tip was displayed. App should restore cursor.
msonaBeforePaletteRealize, // Office is going to realize one or more palettes, see comment below
msonaQueryDisablePip, // Gives the app the chance to refuse a .PIP file, should it not want one.
msonaQueryInsertPicture, // Asks the app if we can insert a picture
msonaQueryAcbAware, // Asks the app if it's fully aware of the Active ClipBoard
msonaBeforeInitTFCBalloons, // tells the app that TFC balloons are about to be initialized
msonaAfterInitTFCBalloons, // tells the app that TFC balloon initialization is over
msonaAddinBeforeConnect,
msonaAddinAfterConnect,
msonaAddinBeforeDisconnect,
msonaAddinAfterDisconnect
};
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msouser.h(93,0) |
|