ToTopMost() public method

public ToTopMost ( ) : void
return void
Esempio n. 1
0
        public void UnPointer()
        {
            if (PointerMode == false)
            {
                return;
            }

            PointerMode = false;
            FormCollection.ToUnThrough();
            FormCollection.ToTopMost();
            FormCollection.Cursor    = FormCollection.cursorred;
            FormCollection.IC.Cursor = FormCollection.cursorred;
            FormButtonHitter.Hide();
        }
Esempio n. 2
0
        public void UnPointer()
        {
            if (PointerMode == false)
            {
                return;
            }

            PointerMode = false;
            FormCollection.ToUnThrough();
            FormCollection.ToTopMost();
            FormCollection.Activate();

            FormButtonHitter.Hide();
        }