当前位置:网站首页>Toolstrip border removal
Toolstrip border removal
2022-07-26 10:55:00 【Lovey_ Beihe】
private void toolStrip1_Paint(object sender, PaintEventArgs e)
{
if ((sender as ToolStrip).RenderMode == ToolStripRenderMode.System)
{
Rectangle rect = new Rectangle(0, 0, this.toolStrip1.Width, this.toolStrip1.Height - 2);
e.Graphics.SetClip(rect);
}
}
边栏推荐
猜你喜欢

344.反转字符串

0x00007FFD977C04A8 (Qt5Sqld.dll)处(位于 a.exe 中)引发的异常: 0xC0000005: 读取位置 0x0000000000000010 时发生访问冲突

用两个栈实现队列

PLC与伺服电机连接

Linkedblockingqueue of novice source code

Bash shell learning notes (6)

35. Search the insertion position

35. 搜索插入位置

2021-08-12 function recursion_ Learn C language with brother Peng

ThreadPoolExecutor是怎样执行任务的
随机推荐
Happens-Before原则深入解读
@Notblank, @notnull, @notempty differences and uses
使用Selenium抓取zabbix性能监控图
Flutter集成极光推送
Sword finger offer (twenty): stack containing min function
MFC多线程的简单使用
Minesweeping Pro version 2021-08-19
WinPcap packet capturing function pcap_ Loop (), stop the problem
Drbl diskless startup + Clonezilla network backup and restore system
MySQL quick learning notes-2021-08-31
Disable usbjatg in Altium Designer
MFC图片控件
2021-08-12 function recursion_ Learn C language with brother Peng
Bash shell学习笔记(四)
Common classes (understand)
Wireshark basic tutorial Ethernet frame analysis.
Pengge C language sixth class
WIRESHARK基础教程以太帧的分析。
MFC picture control
Bash shell learning notes (VII)