Share

CAdUiPalette::SetPaletteStyle

C++

void SetPaletteStyle(
    DWORD dwStyle
);

Description

Sets the palette style. The only valid palette style to set is PS_EDIT_NAME.

Parameters

Parameters Description
dwStyle Input value (can be 0 or PS_EDIT_NAME)

Links

CAdUiPalette

Was this information helpful?