AGS.Editor.GUIController.SelectEventsTabInPropertyGrid C# (CSharp) Метод

SelectEventsTabInPropertyGrid() публичный Метод

public SelectEventsTabInPropertyGrid ( ) : bool
Результат bool
        public bool SelectEventsTabInPropertyGrid()
        {
            return _mainForm.SelectTabInPropertyGrid("Events");
        }
GUIController