IUIX_Brush::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Brush::Type Property}}
 
{{#customTitle:IUIX_Brush::Type Property}}
 +
{{#parentPage:PXV:IUIX_Brush#Properties|Type|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Type''' of interface [[PXV:IUIX_Brush|IUIX_Brush]] returns/sets  Value of [[PXV:UIX_BrushType|UIX_BrushType]] ...
 
Property '''Type''' of interface [[PXV:IUIX_Brush|IUIX_Brush]] returns/sets  Value of [[PXV:UIX_BrushType|UIX_BrushType]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] UIX_BrushType* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] UIX_BrushType* nVal);
HRESULT put_Type([in] UIX_BrushType pVal);
+
HRESULT put_Type([in] UIX_BrushType nVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Brush|IUIX_Brush]].
+
[[PXV:IUIX_Brush|IUIX_Brush]]

Latest revision as of 04:10, 15 June 2015


Property Type of interface IUIX_Brush returns/sets Value of UIX_BrushType ...

Syntax

HRESULT get_Type([out, retval]  UIX_BrushType*  nVal);
HRESULT put_Type([in]  UIX_BrushType  nVal);

See Also

IUIX_Brush