NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid.ActiveDocument

[To be supplied.]

[Visual Basic]
Public Property ActiveDocument As IDesignerHost
[C#]
public IDesignerHost ActiveDocument {get; set;}
[C++]
public: __property IDesignerHost* get_ActiveDocument();
public: __property void set_ActiveDocument(IDesignerHost*);
[JScript]
public function get ActiveDocument() : IDesignerHost;
public function set ActiveDocument(IDesignerHost);

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace