Constants' Details |
MS_OLEVERB_PRIMARY
const long MS_OLEVERB_PRIMARY = 0;
- Description
- lets the object do default activation, as by doubleclick.
|
|
MS_OLEVERB_SHOW
const long MS_OLEVERB_SHOW = -1;
- Description
- lets the object open itself for editing of viewing.
|
|
MS_OLEVERB_OPEN
const long MS_OLEVERB_OPEN = -2;
- Description
- lets the object activate itself outplace.
|
|
MS_OLEVERB_HIDE
const long MS_OLEVERB_HIDE = -3;
- Description
- lets the inplace object remove its UI from container.
|
|
MS_OLEVERB_UIACTIVATE
const long MS_OLEVERB_UIACTIVATE = -4;
- Description
- lets the object proceed with UI activation.
|
|
MS_OLEVERB_IPACTIVATE
const long MS_OLEVERB_IPACTIVATE = -5;
- Description
- lets the object activate itself inplace.
|
|
MS_OLEVERB_DISCARDUNDOSTATE
const long MS_OLEVERB_DISCARDUNDOSTATE = -6;
- Description
- lets the object forget any undo state.
|
|
Copyright © 2010 Sun Microsystems, Inc.