Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Call this member function to negotiate border space in a frame window during OLE inplace activation.
virtual BOOL NegotiateBorderSpace(
UINT nBorderCmd,
LPRECT lpRectBorder
);
nBorderCmd
Contains one of the following values from the enum BorderCmd:borderGet = 1
borderRequest = 2
borderSet = 3
lpRectBorder
Pointer to a RECT structure or a CRect object that specifies the coordinates of the border.
Nonzero if successful; otherwise 0.
This member function is the CFrameWnd implementation of OLE border space negotiation.
Header: afxwin.h