[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLTxtRange.queryCommandIndeterm

queryCommandIndeterm Method

queryCommandIndeterm(string)

queryCommandIndeterm method of IHTMLTxtRange interface.

Declaration
bool queryCommandIndeterm(string cmdID)
Function queryCommandIndeterm(cmdID As String) As Boolean
Parameters
Type Name Description
string cmdID
Returns
Type Description
bool
Remarks

An original IDL definition of queryCommandIndeterm method was the following: HRESULT queryCommandIndeterm (BSTR cmdID, [out, retval] VARIANT_BOOL* ReturnValue);