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

SelectEventsTabInPropertyGrid() public method

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