Public Member Functions | |
| override bool | OnInit () |
Definition at line 1140 of file ListCtrl.cs.
| override bool wx.SampleListCtrl.ListCtrlApp.OnInit | ( | ) |
Definition at line 1142 of file ListCtrl.cs.
01143 { 01144 MyFrame frame = new MyFrame("ListCtrl Test", new Point(50, 50), new Size(450, 340)); 01145 frame.Show(true); 01146 01147 return true; 01148 }
(c) 2003-2010 the wx.NET project