Blue.Windows.StickyWindow.RegisterExternalReferenceForm C# (CSharp) Метод

RegisterExternalReferenceForm() публичный статический Метод

Register a new form as an external reference form. All Sticky windows will try to stick to the external references Use this to register your MainFrame so the child windows try to stick to it, when your MainFrame is NOT a sticky window
public static RegisterExternalReferenceForm ( Form frmExternal ) : void
frmExternal System.Windows.Forms.Form External window that will be used as reference
Результат void
        public static void RegisterExternalReferenceForm( Form frmExternal )
        {
            GlobalStickyWindows.Add ( frmExternal );
        }