[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLDocument2.queryCommandSupported

queryCommandSupported Method

queryCommandSupported(string)

queryCommandSupported method of IHTMLDocument2 interface.

Declaration
bool queryCommandSupported(string cmdID)
Parameters
Type Name Description
string cmdID
Returns
Type Description
bool
Remarks

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