IUIX_CmdItem::Highlight Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Highlight([in, defaultvalue(0)]  LONG   nFlags,
+
<pre class="brush:cpp;gutter:false">HRESULT Highlight([in, defaultvalue(0)]  LONG nFlags,
                   [in, defaultvalue(-1)]  ULONG nDuration);</pre>
+
                   [in, defaultvalue(-1)]  LONG nDuration);</pre>
  
 
== Parameters ==
 
== Parameters ==

Latest revision as of 08:13, 25 March 2020


Highlights the command item using one of the flags for given period.

Syntax

HRESULT Highlight([in, defaultvalue(0)]   LONG  nFlags,
                  [in, defaultvalue(-1)]  LONG  nDuration);

Parameters

nFlags
[in, defaultvalue(0)] Value of LONG containin the highlight flags.
nDuration
[in, defaultvalue(-1)] Value of ULONG containing the highlighting duration period.

Return Value

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

See Also

IUIX_CmdItem