Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

OLECMDF (Enums)
 
.
Summary
OLECMDF enumeration designates the type of support provided by an object for the command specified in an OLECMD structure

C# Definition:

public enum OLECMDF
{
    OLECMDF_SUPPORTED = 1,

    OLECMDF_ENABLED = 2,

    OLECMDF_LATCHED = 4,

    OLECMDF_NINCHED = 8,

    OLECMDF_INVISIBLE = 16,

    OLECMDF_DEFHIDEONCTXTMENU = 32
}

VB Definition:

Public Enum OLECMDF
    OLECMDF_DEFHIDEONCTXTMENU = 32
    OLECMDF_ENABLED = 2
    OLECMDF_INVISIBLE = 16
    OLECMDF_LATCHED = 4
    OLECMDF_NINCHED = 8
    OLECMDF_SUPPORTED = 1
End Enum

Notes:

None.

Documentation
OLECMDF on MSDN
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions