public static IupHandle BackgroundBox(IupHandle child) { return(IupHandle.Create(NativeIUP.IupBackgroundBox(IupHandle.GetCHandle(child)))); }