[This is preliminary documentation and is subject to change.]
Gets or sets default implementation used for messageboxes shown by static
Show(Window, String) methods of this class
Namespace:
Tools.WindowsT.IndependentT
Assembly:
Tools.Windows (in Tools.Windows.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public static Type DefaultImplementation { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Shared Property DefaultImplementation As Type |
| Visual C++ |
|---|
public:
static property Type^ DefaultImplementation {
Type^ get ();
void set (Type^ value);
} |
| J# |
|---|
/** @property */
public static Type get_DefaultImplementation()
/** @property */
public static void set_DefaultImplementation(Type value)
|
| JScript |
|---|
public static function get DefaultImplementation () : Type
public static function set DefaultImplementation (value : Type) |
Field Value
Sets application-wide default implementation of message box
Return Value
Type currently used as default implementation of message box
Remarks
Exceptions
See Also