IUIX_InfoBtn::BindToBuddyCtl Method
From PDF XChange PDF SDK
Binds info button to a required object of IUIX_Obj interface.
Info button, in particular, can be bound to objects of IUIX_Label, IUIX_Edit interfaces or to IUIX_Combo interface if it also implements IUIX_Edit interface (editable combo boxes).
Contents
Syntax
HRESULT BindToBuddyCtl([in] IUIX_Obj* pBuddyCtl);
Parameters
- pBuddyCtl
- [in] Pointer to IUIX_Obj.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_InfoBtn.