**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / PageSetupDialog.cs
blob8de43b3d78f81f72a152f6ed74961738f32dde7e
1 //
2 // System.Windows.Forms.PageSetupDialog.cs
3 //
4 // Author:
5 // stubbed out by Paul Osman (paul.osman@sympatico.ca)
6 // Dennis Hayes (dennish@raytek.com)
7 //
8 // (C) 2002 Ximian, Inc
9 //
10 using System.Drawing.Printing;
11 using System.Runtime.Remoting;
12 using System.ComponentModel;
13 namespace System.Windows.Forms {
15 // <summary>
17 // </summary>
19 public sealed class PageSetupDialog : CommonDialog {
22 // --- Constructor
24 [MonoTODO]
25 public PageSetupDialog()
31 // --- Public Properties
33 [MonoTODO]
34 public bool AllowMargins {
35 get {
36 throw new NotImplementedException ();
38 set {
39 //FIXME:
42 [MonoTODO]
43 public bool AllowOrientation {
44 get {
45 throw new NotImplementedException ();
47 set {
48 //FIXME:
51 [MonoTODO]
52 public bool AllowPaper {
53 get {
54 throw new NotImplementedException ();
56 set {
57 //FIXME:
60 [MonoTODO]
61 public bool AllowPrinter {
62 get {
63 throw new NotImplementedException ();
65 set {
66 //FIXME:
69 [MonoTODO]
70 public bool ShowHelp {
71 get {
72 throw new NotImplementedException ();
74 set {
75 //FIXME:
78 [MonoTODO]
79 public bool ShowNetwork {
80 get {
81 throw new NotImplementedException ();
83 set {
84 //FIXME:
88 [MonoTODO]
89 public PrintDocument Document {
90 get {
91 throw new NotImplementedException ();
93 set {
94 //FIXME:
97 [MonoTODO]
98 public Margins MinMargins {
99 get {
100 throw new NotImplementedException ();
102 set {
103 //FIXME:
106 [MonoTODO]
107 public PageSettings PageSettings {
108 get {
109 throw new NotImplementedException ();
111 set {
112 //FIXME:
115 [MonoTODO]
116 public PrinterSettings PrinterSettings {
117 get {
118 throw new NotImplementedException ();
120 set {
121 //FIXME:
126 // --- Public Methods
129 [MonoTODO]
130 public override void Reset()
132 //FIXME:
136 // --- Protected Methods
139 [MonoTODO]
140 protected override bool RunDialog(IntPtr hwndOwner)
142 throw new NotImplementedException ();
145 [MonoTODO]
146 internal override Gtk.Dialog CreateDialog (){
147 return new Gtk.Dialog();