UIX_InfoBtnStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_InfoBtnStyleFlags Enumeration}}
 
{{#customTitle:UIX_InfoBtnStyleFlags Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_InfoBtnStyleFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the style of [[PXV:IUIX_InfoBtn|info button]].
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">enum UIX_InfoBtnStyleFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_InfoBtnStyleFlags
 
{
 
{
     UIX_InfoBtnStyle_EmbeddedSmall = 256;
+
     UIX_InfoBtnStyle_EmbeddedSmall = 256,
 
};
 
};
 
</pre>
 
</pre>
Line 16: Line 18:
 
;UIX_InfoBtnStyle_EmbeddedSmall
 
;UIX_InfoBtnStyle_EmbeddedSmall
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:42, 23 May 2015


Specifies the style of info button.

Syntax

enum UIX_InfoBtnStyleFlags
{
    UIX_InfoBtnStyle_EmbeddedSmall = 256,
};

Constants

UIX_InfoBtnStyle_EmbeddedSmall
The ...