IUIX_InfoBtn::BindToBuddyCtl Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Binds info button to a required object of [[PXV:IUIX_Obj|IUIX_Obj]] interface.  
+
Binds info button to a required object of [[PXV:IUIX_Obj|IUIX_Obj]] interface. See [[PXV:IUIX_InfoBtn_BindToBuddyCtl#Parameters|Parameters]] section for details.
  
Info button will normally be displayed at the right part of the object it was bound to.
+
Info button will normally be displayed at the right part of the object it was bound to.  
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:06, 14 May 2015


Binds info button to a required object of IUIX_Obj interface. See Parameters section for details.

Info button will normally be displayed at the right part of the object it was bound to.

Syntax

HRESULT BindToBuddyCtl([in]  IUIX_Obj*  pBuddyCtl);

Parameters

pBuddyCtl
[in] Object of IUIX_Obj interface that info button will be bound to. Note, that pBuddyCtl must implement either IUIX_Label, IUIX_Edit interface or IUIX_Combo interface with implemented IUIX_Edit interface (editable combo box).

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IUIX_InfoBtn.