CBasePane::get_accSelection
The framework calls this method to retrieve the selected children of this object.
virtual HRESULT get_accSelection(
VARIANT *pvarChildren
);
Parameters
- [in] pvarChildren
Receives information that identifies the selected children.
Return Value
CBasePane does not implement this method. If pvarChildren is NULL, this method returns E_INVALIDARG. Otherwise, this method returns DISP_E_MEMBERNOTFOUND.
Remarks
This function is part of the Active Accessibility support in MFC. Override this function in a derived class if you have non-windowed user interface elements other than windowless ActiveX controls.
Requirements
Header: afxbasepane.h