This document is archived and information here might be outdated. Recommended version. |
Show the insert file button to allow browsing to a file.
[Visual Basic .NET] Public Property InsertFileButton As Boolean
[C#] public bool InsertFileButton {get; set;}
[C++]
HRESULT get_InsertFileButton(
VARIANT_BOOL showInsertFile
);
[C++]
HRESULT put_InsertFileButton(
Boolean* showInsertFile
);
[C++]
Parameters showInsertFile [in]
showInsertFile is a parameter of type bool showInsertFile [out, retval]
showInsertFile is a parameter of type bool*