Specifies in dispID the property’s control on the property page to receive the focus when the page is activated.
HRESULT EditProperty(
DISPID dispID |
//Dispatch identifier for property |
); |
Parameters
Return Values
This method supports the standard return value E_INVALIDARG, as well as the following:
Remarks
If this method is called before a page is activated, the page should store the property and set the focus to it in the next call to IPropertyPage::Activate. If the page is already active, IPropertyPage2::EditProperty should set the focus to the specific property field.
See Also