Share

CAdUiPaletteSet::CanFrameworkTakeFocus

C++

bool CanFrameworkTakeFocus() override;

Description

Override this method to control input focus. The palette set will at times be asked to give up the input focus.

Returns false to indicate that the palette set needs to keep the input focus, or true to indicate that the palette set doesn't need input focus.

Links

CAdUiPaletteSet Class

Was this information helpful?