IPXV_DocHighlightItem::Brush Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_DocHighlightItem::Brush Property}} | {{#customTitle:IPXV_DocHighlightItem::Brush Property}} | ||
− | {{#parentPage:PXV:IPXV_DocHighlightItem|Brush | + | {{#parentPage:PXV:IPXV_DocHighlightItem#Properties|Brush|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Brush([out, retval] IUIX_Brush** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Brush([out, retval] IUIX_Brush** pVal); |
− | HRESULT put_Brush([in] IUIX_Brush* | + | HRESULT put_Brush([in] IUIX_Brush* pVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_DocHighlightItem|IPXV_DocHighlightItem]] | + | [[PXV:IPXV_DocHighlightItem|IPXV_DocHighlightItem]] |
Latest revision as of 02:51, 15 June 2015
Property Brush of interface IPXV_DocHighlightItem returns/sets Pointer to IUIX_Brush ...
Syntax
HRESULT get_Brush([out, retval] IUIX_Brush** pVal); HRESULT put_Brush([in] IUIX_Brush* pVal);