wx.SampleListCtrl.ListCtrlApp Class Reference

List of all members.

Public Member Functions

override bool OnInit ()


Detailed Description

Definition at line 1140 of file ListCtrl.cs.


Member Function Documentation

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         }


Manual of the wx.NET   (c) 2003-2010 the wx.NET project