Description
A flag to control to control the number of
instances of the same window.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property AllowMultiple() As Boolean
|
| [C#] |
public bool AllowMultiple {get; set;}
|
| [Managed C++] |
public: __property bool get_AllowMultiple();
public: __property void set_AllowMultiple(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_AllowMultiple(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowMultiple(
VARIANT_BOOL NewAllowMultiple
);
|
| [Java] |
public bool getAllowMultiple();public void setAllowMultiple(
bool
);
|
See Also