IUIX_CmdPane::DeleteLine Method

From PDF XChange PDF SDK
Revision as of 03:01, 25 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Removes command line from the command pane by index.

Syntax

HRESULT DeleteLine([in]  LONG  nIndex);

Parameters

nIndex
[in] Value of LONG containing the index of the command line that will be removed.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdPane