[This is preliminary documentation and is subject to change.]
Displays the dialog non-modally (execution continues immediatelly)
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public void DisplayBox(
Object Owner
) |
| Visual Basic |
|---|
Public Sub DisplayBox ( _
Owner As Object _
) |
| Visual C++ |
|---|
public:
void DisplayBox(
Object^ Owner
) |
| F# |
|---|
member DisplayBox :
Owner:Object -> unit
|
| JScript |
|---|
public function DisplayBox(
Owner : Object
) |
Parameters
- Owner
- Type: System..::..Object
Parent window of dialog (may be null). Typical values are IWin32Window and Window If implementation does not recognize type of owner it ignores it.
Exceptions
See Also
Version History