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

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

Syntax

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

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

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

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
                Phoenix.Gui..::.ReportViewerDialog

See Also