다음을 통해 공유


ON_STDOLEVERB

Use this macro to override the default behavior of a standard verb.

ON_STDOLEVERB(iVerb, memberFxn )

매개 변수

  • iVerb
    The standard verb index for the verb being overridden.

  • memberFxn
    The function called by the framework when the verb is invoked.

설명

The standard verb index is of the form OLEIVERB_, followed by an action. OLEIVERB_SHOW, OLEIVERB_HIDE, and OLEIVERB_UIACTIVATE are some examples of standard verbs.

See ON_OLEVERB for a description of the function prototype to be used as the memberFxn parameter.

요구 사항

Header: afxole.h

참고 항목

참조

ON_OLEVERB

개념

MFC 매크로 및 전역