DroidExplorer.Configuration.UI.PropertyGridEditor.PropertyGridEditor C# (CSharp) Method

PropertyGridEditor() public method

public PropertyGridEditor ( ) : System
return System
        public PropertyGridEditor( )
        {
            this.Dock = DockStyle.Fill;
              this.Margin = new Padding ( 10 );
              this.Location = new System.Drawing.Point ( 0, 0 );
        }