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

[To be supplied.]

[Visual Basic]
Public Sub FilterKeyPress( _
   ByVal keyChar As Char _
)
[C#]
public void FilterKeyPress(
   char keyChar
);
[C++]
public: void FilterKeyPress(
   __wchar_t keyChar
);
[JScript]
public function FilterKeyPress(
   keyChar : Char
);

Parameters

keyChar
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace