IUIX_ScrollBar::Horz Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 7: | Line 7: | ||
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 ''' | + | 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]] |
Revision as of 03:37, 15 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);