[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class NotepadDialog : FormEx
Public Class NotepadDialog _
	Inherits FormEx
public ref class NotepadDialog : public FormEx

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NotepadDialog()()()
Initializes a new instance of the NotepadDialog class
Clear()()()
CloseButton
Enables or disables Close button of the window.
(Inherited from FormEx.)
CreateWindow()()() (Inherited from FormEx.)
SafeIsHandleCreated
Gets whether window handle is created.
(Inherited from FormEx.)
SafeLocation (Inherited from FormEx.)
SafeSize (Inherited from FormEx.)
SetTopMost(Boolean)
Sets TopMost status without activating window.
(Inherited from FormEx.)
WindowStateChanged (Inherited from FormEx.)
Write(String)
WriteLine(String)

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.Form
              Phoenix.Gui.Controls..::.FormEx
                Phoenix.Gui..::.NotepadDialog

See Also