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

SelectEventsTabInPropertyGrid() public méthode

public SelectEventsTabInPropertyGrid ( ) : bool
Résultat bool
        public bool SelectEventsTabInPropertyGrid()
        {
            return _mainForm.SelectTabInPropertyGrid("Events");
        }
GUIController