IUIX_CmdPane::Highlight Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdPane::Highlight Method}} | {{#customTitle:IUIX_CmdPane::Highlight Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdPane#Methods|Highlight | + | {{#parentPage:PXV:IUIX_CmdPane#Methods|Highlight|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Highlights the command pane, forcing it to blink several times. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;bHighlight | ;bHighlight | ||
− | :[in, defaultvalue(-1)] Value of VARIANT_BOOL. | + | :[in, defaultvalue(-1)] Value of VARIANT_BOOL specifying whether the highlighting should be started or stopped. |
== Return Value == | == Return Value == | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_CmdPane|IUIX_CmdPane]] | + | [[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.