LayoutFarm.Demo_CompartmentBox.SetupBackgroundProperties C# (CSharp) Method

SetupBackgroundProperties() private method

private SetupBackgroundProperties ( LayoutFarm backgroundBox ) : void
backgroundBox LayoutFarm
return void
        void SetupBackgroundProperties(LayoutFarm.CustomWidgets.EaseBox backgroundBox)
        {
            //if click on background
            backgroundBox.MouseDown += (s, e) =>
            {
                controllerBox1.TargetBox = null;//release target box
                controllerBox1.Visible = false;
            };
        }
        void SetupActiveBoxProperties(LayoutFarm.CustomWidgets.EaseBox box)