Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Call this function to determine if the specified control is a label control.
static BOOL AFX_CDECL IsLabelControl(
CWnd* pWnd
);
static BOOL AFX_CDECL IsLabelControl(
COleControlSiteOrWnd* pWnd
);
Parameters
- pWnd
A pointer to the window containing the control.
Return Value
Nonzero if the control is a label; otherwise zero
Remarks
A label control is one that acts like a label for whatever control is next in the ordering.
Requirements
Header: afxocc.h