// -------------------------------------------------------------------
        // ResetGraphics
        // -------------------------------------------------------------------

        public void ResetGraphics()
        {
            panel.Image   = null;
            panel.Frame   = 0;
            panel.Graphic = SystemGraphic.GetDefaultEventGraphic();
            panel.Invalidate();
        }
Beispiel #2
0
            // -------------------------------------------------------------------
            // Constructors
            // -------------------------------------------------------------------

            public SystemEventPage() : this(SystemGraphic.GetDefaultEventGraphic(), DrawType.None, new PageOptions(), EventTrigger.ActionButton, new EventCommandConditions(), GetDefaultTreeCommands())
            {
            }