IUIX_CmdPane::Highlight Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdPane::Highlight Method}} | {{#customTitle:IUIX_CmdPane::Highlight Method}} | ||
+ | {{#parentPage:PXV:IUIX_CmdPane#Methods|Highlight|method}} | ||
+ | {{ToReview}} | ||
− | + | Highlights the command pane, forcing it to blink several times. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Highlight([in, | + | <pre class="brush:cpp;gutter:false">HRESULT Highlight([in, defaultvalue(-1)] VARIANT_BOOL bHighlight);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;bHighlight |
− | :[in, | + | :[in, defaultvalue(-1)] Value of VARIANT_BOOL specifying whether the highlighting should be started or stopped. |
== Return Value == | == Return Value == | ||
Line 15: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdPane|IUIX_CmdPane]] |
Latest revision as of 02:10, 25 March 2016
Highlights the command pane, forcing it to blink several times.
Syntax
HRESULT Highlight([in, defaultvalue(-1)] VARIANT_BOOL bHighlight);
Parameters
- bHighlight
- [in, defaultvalue(-1)] Value of VARIANT_BOOL specifying whether the highlighting should be started or stopped.
Return Value
Returns S_OK if operation was successful or error code in other cases.