Share

CAdUiPaletteSet::GetMinimumSize

C++

virtual void GetMinimumSize(
    CSize& size
);

Description

This function provides a minimum size for the palette set in size. Override it to provide a different minimum size.

The minimum horizontal size of the client area of a palette set is determined by taking the greater of the largest minimum horizontal size returned by a palette in the set and the minimum horizontal size returned by the palette set's GetMinimumSize() function. The minimum vertical size of the client area of a palette set is determined by taking the sum of the largest minimum vertical size returned by a palette in the set and the minimum vertical size returned by the palette set's GetMinimumSize() function.

Parameters

Parameters Description
size Output minimum dimensions of the palette set

Links

CAdUiPaletteSet Class

Was this information helpful?