Beispiel #1
0
        void setButtonBoxState(int i, ButtonBoxState bbs)
        {
            int j = getButtonActuallyIndex(i);

            if (j > -1)
            {
                ((ButtonBox)ControlBoxes[j]).ButtonBoxState = bbs;
            }
        }
Beispiel #2
0
 void setButtonBoxState(int i, ButtonBoxState bbs)
 {
     int j = getButtonActuallyIndex(i);
     if (j > -1)
     {
         ((ButtonBox)ControlBoxes[j]).ButtonBoxState = bbs;
     }
 }