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 * pAllowMultiple
);
public: HRESULT put_AllowMultiple(
VARIANT_BOOL AllowMultiple
);
|
[Java] |
---|
public bool getAllowMultiple();
public void setAllowMultiple(
bool
);
|
See Also