Property | Type | Description | |
---|---|---|---|
IFormHabanero | Base.DialogResult | ||
IFormHabanero | void |
Method | Description | |
---|---|---|
Refresh ( ) : void |
Forces the form to invalidate its client area and immediately redraw itself and any child controls. Does nothing in the VWG environment.
|
|
Show ( IControlHabanero owner ) : void |
Shows the form with the specified owner to the user.
|
Method | Description | |
---|---|---|
IFormHabanero ( ) : Base.DialogResult |
Shows the form as a modal dialog box with the currently active window set as its owner
|
|
IFormHabanero ( ) : void |
public Show ( IControlHabanero owner ) : void | ||
owner | IControlHabanero | Any object that implements System.Windows.Forms.IWin32Window and represents the top-level window that will own this form. |
return | void |