IUIX_PropHost::OnDrawPropTitle Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_PropHost::OnDrawPropTitle Method}} | {{#customTitle:IUIX_PropHost::OnDrawPropTitle Method}} | ||
− | {{#parentPage:PXV:IUIX_PropHost#Methods|OnDrawPropTitle | + | {{#parentPage:PXV:IUIX_PropHost#Methods|OnDrawPropTitle|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 11: | Line 11: | ||
<pre class="brush:cpp;gutter:false">HRESULT OnDrawPropTitle([in] IUIX_RenderContext* pRC, | <pre class="brush:cpp;gutter:false">HRESULT OnDrawPropTitle([in] IUIX_RenderContext* pRC, | ||
[in] LONG nPropID, | [in] LONG nPropID, | ||
− | [in] LPWSTR | + | [in] LPWSTR sTitle, |
[in] LONG nTitleLen, | [in] LONG nTitleLen, | ||
[in] IUIX_Font* pFont, | [in] IUIX_Font* pFont, | ||
[in] LONG nTextColor, | [in] LONG nTextColor, | ||
− | [in] RECT* | + | [in] RECT* stItemRect, |
− | [in] RECT* | + | [in] RECT* stClipRect, |
[in] LONG nPropStyle);</pre> | [in] LONG nPropStyle);</pre> | ||
Line 24: | Line 24: | ||
;nPropID | ;nPropID | ||
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;sTitle |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
;nTitleLen | ;nTitleLen | ||
Line 32: | Line 32: | ||
;nTextColor | ;nTextColor | ||
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;stItemRect |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
− | ; | + | ;stClipRect |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
;nPropStyle | ;nPropStyle |
Latest revision as of 03:35, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnDrawPropTitle([in] IUIX_RenderContext* pRC, [in] LONG nPropID, [in] LPWSTR sTitle, [in] LONG nTitleLen, [in] IUIX_Font* pFont, [in] LONG nTextColor, [in] RECT* stItemRect, [in] RECT* stClipRect, [in] LONG nPropStyle);
Parameters
- pRC
- [in] Pointer to IUIX_RenderContext.
- nPropID
- [in] Value of LONG.
- sTitle
- [in] Value of LPWSTR.
- nTitleLen
- [in] Value of LONG.
- pFont
- [in] Pointer to IUIX_Font.
- nTextColor
- [in] Value of LONG.
- stItemRect
- [in] Pointer to RECT.
- stClipRect
- [in] Pointer to RECT.
- nPropStyle
- [in] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.