IUIX_Obj::VisibleCondition Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''bVisibleCondition''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns/sets Value of VARIANT_BOOL ... |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_VisibleCondition([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_VisibleCondition([out, retval] VARIANT_BOOL* bVisibleCondition); |
− | HRESULT put_VisibleCondition([in] VARIANT_BOOL | + | HRESULT put_VisibleCondition([in] VARIANT_BOOL bVisibleCondition); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Obj|IUIX_Obj]] | [[PXV:IUIX_Obj|IUIX_Obj]] |
Latest revision as of 03:32, 15 June 2015
Property bVisibleCondition of interface IUIX_Obj returns/sets Value of VARIANT_BOOL ...
Syntax
HRESULT get_VisibleCondition([out, retval] VARIANT_BOOL* bVisibleCondition); HRESULT put_VisibleCondition([in] VARIANT_BOOL bVisibleCondition);