wx.SampleDnd.Dnd Class Reference

List of all members.

Public Member Functions

override bool OnInit ()


Detailed Description

Definition at line 429 of file Dnd.cs.


Member Function Documentation

override bool wx.SampleDnd.Dnd.OnInit (  ) 

Definition at line 433 of file Dnd.cs.

00434         {
00435             DndFrame frame = new DndFrame("Dnd wxWidgets App", new Point(10, 100), new Size(650, 340));
00436             frame.Show(true);
00437 
00438             return true;
00439         }


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