__FCPRIORITY Enum

Definition

The FCPRIORITY enumeration is used to group categories within the list of categories provided by the Fonts and Colors page.

public enum class __FCPRIORITY
public enum class __FCPRIORITY
enum __FCPRIORITY
public enum __FCPRIORITY
type __FCPRIORITY = 
Public Enum __FCPRIORITY
Inheritance
__FCPRIORITY

Fields

FCP_CLIENTS 4096

Specifies the base priority for all other categories.

FCP_EDITOR 0

Specifies the base priority of Text Editor and Printer categories.

FCP_ENVIRONMENT 256

Specifies the base priority of general environment categories, such as Dialogs and Tool Windows.

Remarks

The value returned by either GetPriority or GetPriority indicates the position of a category within list displayed by the Show settings for: drop-down box on the Fonts and Colors page.

The values of the FCPRIORITY enumeration indicate groupings within that list, for instance the priority returned by GetPriority for a Text Editor and Printer categories should be greater than or equal to FCP_EDITOR but less than FCP_ENVIRONMENT.

COM Signature

From vsshell.idl:

Applies to