(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / ToolBarButton.cs
bloba05f776daa480353796d5e4f4c0eb520df7eac28
1 //
2 // System.Windows.Forms.ToolBarButton
3 //
4 // Author:
5 // stubbed out by Jackson Harper (jackson@latitudegeo.com)
6 // Dennis Hayes (dennish@raytek.com)
7 //
8 // (C) 2002 Ximian, Inc
9 //
10 using System.Drawing;
12 namespace System.Windows.Forms {
14 // <summary>
15 // This is only a template. Nothing is implemented yet.
17 // </summary>
18 using System.ComponentModel;
19 public class ToolBarButton : Component {
22 // --- Public Constructors
24 [MonoTODO]
25 public ToolBarButton()
27 throw new NotImplementedException ();
29 [MonoTODO]
30 public ToolBarButton(string text)
32 throw new NotImplementedException ();
35 // --- Public Properties
37 [MonoTODO]
38 public Menu DropDownMenu {
39 get {
40 throw new NotImplementedException ();
42 set {
43 throw new NotImplementedException ();
46 [MonoTODO]
47 public bool Enabled {
48 get {
49 throw new NotImplementedException ();
51 set {
52 throw new NotImplementedException ();
55 [MonoTODO]
56 public int ImageIndex {
57 get {
58 throw new NotImplementedException ();
60 set {
61 throw new NotImplementedException ();
64 [MonoTODO]
65 public ToolBar Parent {
66 get {
67 throw new NotImplementedException ();
70 [MonoTODO]
71 public bool PartialPush {
72 get {
73 throw new NotImplementedException ();
75 set {
76 throw new NotImplementedException ();
79 [MonoTODO]
80 public bool Pushed {
81 get {
82 throw new NotImplementedException ();
84 set {
85 throw new NotImplementedException ();
88 [MonoTODO]
89 public Rectangle Rectangle {
90 get {
91 throw new NotImplementedException ();
94 [MonoTODO]
95 public ToolBarButtonStyle Style {
96 get {
97 throw new NotImplementedException ();
99 set {
100 throw new NotImplementedException ();
103 [MonoTODO]
104 public object Tag {
105 get {
106 throw new NotImplementedException ();
108 set {
109 throw new NotImplementedException ();
112 [MonoTODO]
113 public string Text {
114 get {
115 throw new NotImplementedException ();
117 set {
118 throw new NotImplementedException ();
121 [MonoTODO]
122 public string ToolTipText {
123 get {
124 throw new NotImplementedException ();
126 set {
127 throw new NotImplementedException ();
130 [MonoTODO]
131 public bool Visible {
132 get {
133 throw new NotImplementedException ();
135 set {
136 throw new NotImplementedException ();
140 // --- Public Methods
142 [MonoTODO]
143 public override string ToString()
145 throw new NotImplementedException ();
148 // --- Protected Methods
151 //inherited
152 //protected override void Dispose(bool disposing)
154 // throw new NotImplementedException ();