MfcToolkit/controls/MyStatusBarCtrl.h

18 строки
428 B
C++

// Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
namespace controls
{
class CMyStatusBarCtrl : public CStatusBarCtrl
{
DECLARE_DYNAMIC(CMyStatusBarCtrl)
public:
CMyStatusBarCtrl();
virtual ~CMyStatusBarCtrl();
protected:
DECLARE_MESSAGE_MAP()
};
}