Share

CAdUiThemedStatic Class

Class Hierarchy

CAdUiThemedStatic

C++

class CAdUiThemedStatic : public CStatic;

File

aduiThemedStatic.h

Description

AdUiThemedStatic is a new class that provides theme support for CStatic control. The theme settings include background and contents colors.

Example

[CAdUiThemedStatic mTextLabel;

mTextLabel.Create(L"Name", SS_LEFT, CRect(0, 0, 60, 30), this);

mTextLabel.SetWindowPos(NULL, 20, 10, 50, 30, SWP_SHOWWINDOW);]

Links

CAdUiThemedStatic Constructor, CAdUiThemedStatic Methods

Was this information helpful?