示例#1
0
 // TODO: get rid of this somehow! (this will happen when Layers window is rewritten, post-3.0)
 public static bool HideHorizontalScrollBar(Control c)
 {
     return(SafeNativeMethods.ShowScrollBar(c.Handle, NativeConstants.SB_HORZ, false));
 }