Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Output
Winx64
Build
PublishedApi
Mstn
MdlApi
mfcDialog
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
25
class
CBNETDockableDialog
:
public
CBDockableDialog
26
{
27
private
:
28
29
protected
:
30
31
// Construction
32
public
:
33
CBNETDockableDialog
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::CBNETDockableDialog
CBNETDockableDialog(UINT nID, TCHAR *pTitle=_T(""), bool bResizeable=true, int iDefaultWidth=400, int iDefaultHeight=200)
mdl.h
CBDockableDialog.h
CBDockableDialog
Definition:
CBDockableDialog.h:27
CBNETDockableDialog::OnInitDialog
virtual BOOL OnInitDialog()
CBNETDockableDialog
Definition:
CBNETDockableDialog.h:25
Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.