IUIX_CmdMenu::SetStyle Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdMenu::SetStyle Method}}
 
{{#customTitle:IUIX_CmdMenu::SetStyle Method}}
{{#parentPage:PXV:IUIX_CmdMenu|SetStyle Method|method}}
+
{{#parentPage:PXV:IUIX_CmdMenu#Methods|SetStyle|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Sets command menu item's [[PXV:UIX_CmdItemStyleFlags|style flags]].
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nStyle
 
;nStyle
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the [[PXV:UIX_CmdItemStyleFlags|style flags]].
 
;nStyleMask
 
;nStyleMask
:[in, defaultvalue(0)]  Value of LONG.
+
:[in, defaultvalue(0)]  Value of LONG containing the style mask.
  
 
== Return Value ==
 
== Return Value ==
Line 22: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]].
+
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]

Latest revision as of 07:41, 1 April 2016


Sets command menu item's style flags.

Syntax

HRESULT SetStyle([in]                   LONG  nStyle,
                 [in, defaultvalue(0)]  LONG  nStyleMask);

Parameters

nStyle
[in] Value of LONG containing the style flags.
nStyleMask
[in, defaultvalue(0)] Value of LONG containing the style mask.

Return Value

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

See Also

IUIX_CmdMenu