IUIX_Edit::MaxLength 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 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Edit::MaxLength Property}} | {{#customTitle:IUIX_Edit::MaxLength Property}} | ||
− | {{#parentPage:PXV:IUIX_Edit#Properties|MaxLength | + | {{#parentPage:PXV:IUIX_Edit#Properties|MaxLength|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_MaxLength([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_MaxLength([out, retval] LONG* nRet); |
− | HRESULT put_MaxLength([in] LONG | + | HRESULT put_MaxLength([in] LONG nRet); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_Edit|IUIX_Edit]] | + | [[PXV:IUIX_Edit|IUIX_Edit]] |
Latest revision as of 03:20, 15 June 2015
Property MaxLength of interface IUIX_Edit returns/sets Value of LONG ...
Syntax
HRESULT get_MaxLength([out, retval] LONG* nRet); HRESULT put_MaxLength([in] LONG nRet);