IUIX_ScrollBar::Horz Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_ScrollBar::Horz Property}} | {{#customTitle:IUIX_ScrollBar::Horz Property}} | ||
− | {{#parentPage:PXV:IUIX_ScrollBar|Horz | + | {{#parentPage:PXV:IUIX_ScrollBar#Properties|Horz|property}} |
− | + | ||
− | + | ||
Property '''Horz''' of interface [[PXV:IUIX_ScrollBar|IUIX_ScrollBar]] returns Value of VARIANT_BOOL ... | Property '''Horz''' of interface [[PXV:IUIX_ScrollBar|IUIX_ScrollBar]] returns Value of VARIANT_BOOL ... | ||
+ | |||
+ | Returns the type of scrollbar in '''bIsHorz'''. Horizontal - '''VARIANT_TRUE''', vertical - '''VARIANT_FALSE'''. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Horz([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Horz([out, retval] VARIANT_BOOL* bIsHorz); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_ScrollBar|IUIX_ScrollBar]] | + | [[PXV:IUIX_ScrollBar|IUIX_ScrollBar]] |
Latest revision as of 14:23, 16 June 2015
Property Horz of interface IUIX_ScrollBar returns Value of VARIANT_BOOL ...
Returns the type of scrollbar in bIsHorz. Horizontal - VARIANT_TRUE, vertical - VARIANT_FALSE.
Syntax
HRESULT get_Horz([out, retval] VARIANT_BOOL* bIsHorz);