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

[To be supplied.]

[Visual Basic]
Public Function WillFilterKeyPress( _
   ByVal keyCode As Char _
) As Boolean
[C#]
public bool WillFilterKeyPress(
   char keyCode
);
[C++]
public: bool WillFilterKeyPress(
   __wchar_t keyCode
);
[JScript]
public function WillFilterKeyPress(
   keyCode : Char
) : Boolean;

Parameters

keyCode
[To be supplied.]

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace