xtd 0.2.0
Loading...
Searching...
No Matches
choose color flags

Definition

choose color flags definitions.

Warning
Internal use only

Variables

constexpr size_t CC_RGBINIT
 Causes the dialog box to use the color specified in the rgbResult member as the initial color selection.
 
constexpr size_t CC_FULLOPEN
 Causes the dialog box to display the additional controls that allow the user to create custom colors. If this flag is not set, the user must click the Define Custom Color button to display the custom color controls.
 
constexpr size_t CC_PREVENTFULLOPEN
 Disables the Define Custom Color button.
 
constexpr size_t CC_SHOWHELP
 Causes the dialog box to display the Help button. The hwndOwner member must specify the window to receive the HELPMSGSTRING registered messages that the dialog box sends when the user clicks the Help button.
 
constexpr size_t CC_ENABLEHOOK
 Enables the hook procedure specified in the lpfnHook member of this structure. This flag is used only to initialize the dialog box.
 
constexpr size_t CC_ENABLETEMPLATE
 The hInstance and lpTemplateName members specify a dialog box template to use in place of the default template. This flag is used only to initialize the dialog box.
 
constexpr size_t CC_ENABLETEMPLATEHANDLE
 The hInstance member identifies a data block that contains a preloaded dialog box template. The system ignores the lpTemplateName member if this flag is specified. This flag is used only to initialize the dialog box.
 
constexpr size_t CC_SOLIDCOLOR
 Causes the dialog box to display only solid colors in the set of basic colors.
 
constexpr size_t CC_ANYCOLOR
 Causes the dialog box to display all available colors in the set of basic colors.
 
constexpr size_t CC_ALPHACOLOR
 Causes the dialog box to display alpha colors in the set of basic colors.
 

Variable Documentation

◆ CC_RGBINIT

constexpr size_t CC_RGBINIT
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

Causes the dialog box to use the color specified in the rgbResult member as the initial color selection.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_FULLOPEN

constexpr size_t CC_FULLOPEN
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

Causes the dialog box to display the additional controls that allow the user to create custom colors. If this flag is not set, the user must click the Define Custom Color button to display the custom color controls.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_PREVENTFULLOPEN

constexpr size_t CC_PREVENTFULLOPEN
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

Disables the Define Custom Color button.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_SHOWHELP

constexpr size_t CC_SHOWHELP
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

Causes the dialog box to display the Help button. The hwndOwner member must specify the window to receive the HELPMSGSTRING registered messages that the dialog box sends when the user clicks the Help button.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_ENABLEHOOK

constexpr size_t CC_ENABLEHOOK
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

Enables the hook procedure specified in the lpfnHook member of this structure. This flag is used only to initialize the dialog box.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_ENABLETEMPLATE

constexpr size_t CC_ENABLETEMPLATE
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

The hInstance and lpTemplateName members specify a dialog box template to use in place of the default template. This flag is used only to initialize the dialog box.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_ENABLETEMPLATEHANDLE

constexpr size_t CC_ENABLETEMPLATEHANDLE
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

The hInstance member identifies a data block that contains a preloaded dialog box template. The system ignores the lpTemplateName member if this flag is specified. This flag is used only to initialize the dialog box.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_SOLIDCOLOR

constexpr size_t CC_SOLIDCOLOR
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

Causes the dialog box to display only solid colors in the set of basic colors.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_ANYCOLOR

constexpr size_t CC_ANYCOLOR
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

Causes the dialog box to display all available colors in the set of basic colors.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ CC_ALPHACOLOR

constexpr size_t CC_ALPHACOLOR
constexpr

#include <xtd.forms.native/include/xtd/forms/choose_color_flags.h>

Causes the dialog box to display alpha colors in the set of basic colors.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only