IUIX_ThemeClassPartState::Shape Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Shape([out, retval]  IUIX_ThemeShape**  ppShape);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Shape([out, retval]  IUIX_ThemeShape**  pShape);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_ThemeClassPartState|IUIX_ThemeClassPartState]]
 
[[PXV:IUIX_ThemeClassPartState|IUIX_ThemeClassPartState]]

Revision as of 03:09, 4 June 2015


Property Shape of interface IUIX_ThemeClassPartState returns Pointer to IUIX_ThemeShape ...

Syntax

HRESULT get_Shape([out, retval]  IUIX_ThemeShape**  pShape);

See Also

IUIX_ThemeClassPartState