:: com :: sun :: star :: embed ::

constants group VerbAttributes
Description
The constant set specifies possible attributes of a verb.
See also
VerbDescriptor

Constants
MS_VERBATTR_NEVERDIRTIES Execution of the verb with this attribute must not modify the object.  
MS_VERBATTR_ONCONTAINERMENU indicates that the verb should appear in the object's menu.  
Constants' Details
MS_VERBATTR_NEVERDIRTIES
const long MS_VERBATTR_NEVERDIRTIES = 1;
Description
Execution of the verb with this attribute must not modify the object.
MS_VERBATTR_ONCONTAINERMENU
const long MS_VERBATTR_ONCONTAINERMENU = 2;
Description
indicates that the verb should appear in the object's menu.
Top of Page