wx.FindReplaceDialog Class Reference

Inheritance diagram for wx.FindReplaceDialog:

wx.Dialog wx.Window wx.EvtHandler wx.Object wx.Html.HtmlFindDialog

List of all members.

Public Member Functions

bool Create (Window parent, FindReplaceData data, string title, wx.WindowStyles style)
 FindReplaceDialog (Window parent, FindReplaceData data, string title, wx.WindowStyles style)
 FindReplaceDialog (Window parent, FindReplaceData data, string title)
 FindReplaceDialog ()
 FindReplaceDialog (IntPtr wxObject)

Properties

virtual FindReplaceData Data [get, set]

Events

event EventListener Find [add, remove]
event EventListener FindClose [add, remove]
event EventListener FindNext [add, remove]
event EventListener FindReplace [add, remove]
event EventListener FindReplaceAll [add, remove]


Detailed Description

wx.FindReplaceDialog is a standard modeless dialog which is used to allow the user to search for some text (and possibly replace it with something else). The actual searching is supposed to be done in the owner window which is the parent of this dialog. Note that it means that unlike for the other standard dialogs this one must have a parent window. Also note that there is no way to use this dialog in a modal way; it is always, by design and implementation, modeless (non-modal).

The dialog issues a FindDialogEvent if a search has been requested.

Currently only one find dialog is supported. So, if you create them on the fly, be sure to place them in using environments to ensure early finalization.


Constructor & Destructor Documentation

wx.FindReplaceDialog.FindReplaceDialog ( IntPtr  wxObject  ) 

wx.FindReplaceDialog.FindReplaceDialog (  ) 

wx.FindReplaceDialog.FindReplaceDialog ( Window  parent,
FindReplaceData  data,
string  title 
)

wx.FindReplaceDialog.FindReplaceDialog ( Window  parent,
FindReplaceData  data,
string  title,
wx.WindowStyles  style 
)

* Use dialog styles here. Specific styles will start with prefix FR_.


Member Function Documentation

bool wx.FindReplaceDialog.Create ( Window  parent,
FindReplaceData  data,
string  title,
wx.WindowStyles  style 
)


Property Documentation

virtual FindReplaceData wx.FindReplaceDialog.Data [get, set]

Use this to change the data model. This is virtual to enable implementations extending this dialog which have to react on changes in the data model.

Reimplemented in wx.Html.HtmlFindDialog.


Event Documentation

event EventListener wx.FindReplaceDialog.Find [add, remove]

The unique listener for the "find" event.

event EventListener wx.FindReplaceDialog.FindClose [add, remove]

event EventListener wx.FindReplaceDialog.FindNext [add, remove]

The unique listener for the "find next" event.

event EventListener wx.FindReplaceDialog.FindReplace [add, remove]

The unique listener for the "find/replace" event.

event EventListener wx.FindReplaceDialog.FindReplaceAll [add, remove]

The unique listener for the "find/replace all" event.


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads