AGS.Editor.GUIController.RefreshPropertyGrid C# (CSharp) Méthode

RefreshPropertyGrid() public méthode

public RefreshPropertyGrid ( ) : void
Résultat void
        public void RefreshPropertyGrid()
        {
            _mainForm.RefreshPropertyGridForDocument(_mainForm.ActivePane);
        }
GUIController