Example #1
0
        public static IntPtr Box_SlipBehavior(SlipBehavior val)
        {
            IntPtr ret = NoesisGUI_PINVOKE.Box_SlipBehavior((int)val);

            return(ret);
        }
Example #2
0
 static internal bool IsValidSlipBehavior(SlipBehavior value)
 {
     return (0 <= value && (int)value <= c_maxSlipBehavior);
 }
Example #3
0
        public static SlipBehavior Unbox_SlipBehavior(IntPtr val)
        {
            SlipBehavior ret = (SlipBehavior)NoesisGUI_PINVOKE.Unbox_SlipBehavior(val);

            return(ret);
        }
Example #4
0
 static internal bool IsValidSlipBehavior(SlipBehavior value)
 {
     return(0 <= value && (int)value <= c_maxSlipBehavior);
 }