This document is archived and information here might be outdated. Recommended version. |
The interface to an object that can be edited with a property sheet. The object is either the grid label itself or a single editable property.
[Visual Basic .NET]
Public Property EditObject As Object
[C#]
public object EditObject {get; set;}
[C++]
HRESULT get_EditObject(
IUnknown Pointer* ppObject
);
[C++]
HRESULT put_EditObject(
LPUNKNOWN ppObject
);
[C++] Parameters ppObject [out, retval]
ppObject is a parameter of type IUnknown* ppObject [in]
ppObject is a parameter of type IUnknown