This document is archived and information here might be outdated. Recommended version. |
The AllowUI method.
[Visual Basic .NET]
Public Property AllowUI As Boolean
[C#]
public bool AllowUI {get; set;}
[C++]
HRESULT get_AllowUI(
Boolean* pAllowUI
);
[C++]
HRESULT put_AllowUI(
VARIANT_BOOL pAllowUI
);
[C++] Parameters pAllowUI [out, retval]
pAllowUI is a parameter of type bool* pAllowUI [in]
pAllowUI is a parameter of type bool