PropertyGrid.HackEntry.OnClickBox C# (CSharp) Method

OnClickBox() private method

private OnClickBox ( object s, ButtonPressEventArgs args ) : void
s object
args ButtonPressEventArgs
return void
        void OnClickBox(object s, ButtonPressEventArgs args)
        {
            // Avoid forwarding the button press event to the
            // tree, since it would hide the cell editor.
            args.RetVal = true;
        }