System.Windows.Forms.TableView.OnPaintEditor C# (CSharp) Méthode

OnPaintEditor() protected méthode

protected OnPaintEditor ( float width ) : object
width float
Résultat object
        protected override object OnPaintEditor(float width)
        {
            var control = base.OnPaintEditor(width);

#if UNITY_EDITOR
            Editor.NewLine(1);
            Editor.Label("columnHeadersHidden", columnHeadersHidden);
            Editor.Label("rowHeadersHidden", rowHeadersHidden);
#endif

            return control;
        }
        protected override void OnResize(Point delta)