public static IupHandle CBox(params IupHandle[] children) { return(IupHandle.Create(NativeIUP.IupCboxv(PtrArrayOf(children)))); }