Example #1
0
        public DragDropBehavior(Manager2 manager)
        {
            IntPtr temp;

            manager.CreateBehavior(Manager2.DragDropConfigurationBehavior, Utilities.GetGuidFromType(typeof(DragDropBehavior)), out temp);
            NativePointer = temp;
        }
Example #2
0
        public AutoScrollBehavior(Manager2 manager)
        {
            IntPtr temp;

            manager.CreateBehavior(Manager2.AutoScrollBehavior, Utilities.GetGuidFromType(typeof(AutoScrollBehavior)), out temp);
            NativePointer = temp;
        }