예제 #1
0
        public DraggingHandle BindHandleTo(Form form)
        {
            var handle = new DraggingHandle(form);

            handle.Bind(IconLabel, DescriptionLabel, TitleLabel, label1, this, BackPanel);
            return(handle);
        }
예제 #2
0
        public DraggingHandle BindHandleTo(Form form)
        {
            var handle = new DraggingHandle(form);

            handle.Bind(this, TitleLabel, panel1);
            return(handle);
        }