![]() |
This document is archived and information here might be outdated. Recommended version. |
Adds a field that a checkmark can be added to.
[Visual Basic .NET] Public Sub AddCheck ( _ ByVal index As Integer, _ ByVal msg As String _ )
[C#] public void AddCheck ( int index, string msg );
[C++]
HRESULT AddCheck(
long index,
BSTR msg
);
[C++]
Parameters index [in]
index is a parameter of type long msg [in]
msg is a parameter of type BSTR
Adds a checkmark at the specified index with the specified message.