IMultipleViewProvider::CurrentView property
Identifies the current view that the control is using to display information or child controls.
This property is read-only.
Syntax
HRESULT get_CurrentView(
[out, retval] int *pRetVal
);
Property value
Type: int*
The control-specific view identifier.
Remarks
The collection of view identifiers must be identical for all instances of a control.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: