ToTopMost() public méthode

public ToTopMost ( ) : void
Résultat void
Exemple #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();
        }
Exemple #2
0
        public void UnPointer()
        {
            if (PointerMode == false)
            {
                return;
            }

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

            FormButtonHitter.Hide();
        }