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.ShowEventsButton

[To be supplied.]

[Visual Basic]
Protected Sub ShowEventsButton( _
   ByVal value As Boolean _
)
[C#]
protected void ShowEventsButton(
   bool value
);
[C++]
protected: void ShowEventsButton(
   bool value
);
[JScript]
protected function ShowEventsButton(
   value : Boolean
);

Parameters

value
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace