CBNETDockableDialog.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 
10 #if !defined(CBNETDockableDIALOG_H)
11 #define CBNETDockableDIALOG_H
12 
13 // CBNETDockableDialog.h : header file
14 //
15 
16 #include "CBDockableDialog.h"
17 #include <Mstn\MdlApi\mdl.h>
18 
20 // CBNETDockableDialog dialog
21 //
22 // CBNETDockableDialog is the base class for any .NET Dockable dialog
23 //
24 
26 {
27 private:
28 
29 protected:
30 
31 // Construction
32 public:
34  (
35  UINT nID,
36  TCHAR *pTitle = _T(""),
37  bool bResizeable = true,
38  int iDefaultWidth = 400,
39  int iDefaultHeight = 200
40  );
41 
42 protected:
43 
44  virtual BOOL OnInitDialog();
45 };
46 
47 //{{AFX_INSERT_LOCATION}}
48 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
49 
50 #endif // !defined(CBNETDockableDIALOG_H)
CBNETDockableDialog(UINT nID, TCHAR *pTitle=_T(""), bool bResizeable=true, int iDefaultWidth=400, int iDefaultHeight=200)
Definition: CBDockableDialog.h:27
virtual BOOL OnInitDialog()
Definition: CBNETDockableDialog.h:25

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.