UIX_PopupContainerStyleFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_PopupContainerStyleFlags
 
<pre class="brush:cpp;gutter:false">enum UIX_PopupContainerStyleFlags
 
{
 
{
     UIX_PopupContainerStyle_Flat   = 256,
+
     UIX_PopupContainerStyle_Flat       = 256,
     UIX_PopupContainerStyle_Tooltip = 512,
+
     UIX_PopupContainerStyle_Tooltip     = 512,
 +
    UIX_PopupContainerStyle_MouseTransp = 1024,
 
};
 
};
 
</pre>
 
</pre>
Line 20: Line 21:
 
:The ...
 
:The ...
 
;UIX_PopupContainerStyle_Tooltip
 
;UIX_PopupContainerStyle_Tooltip
 +
:The ...
 +
;UIX_PopupContainerStyle_MouseTransp
 
:The ...
 
:The ...

Latest revision as of 08:18, 25 March 2020


Specifies the ...

Syntax

enum UIX_PopupContainerStyleFlags
{
    UIX_PopupContainerStyle_Flat        = 256,
    UIX_PopupContainerStyle_Tooltip     = 512,
    UIX_PopupContainerStyle_MouseTransp = 1024,
};

Constants

UIX_PopupContainerStyle_Flat
The ...
UIX_PopupContainerStyle_Tooltip
The ...
UIX_PopupContainerStyle_MouseTransp
The ...