AGS.Editor.GUIController.RefreshPropertyGrid C# (CSharp) Method

RefreshPropertyGrid() public method

public RefreshPropertyGrid ( ) : void
return void
        public void RefreshPropertyGrid()
        {
            _mainForm.RefreshPropertyGridForDocument(_mainForm.ActivePane);
        }
GUIController