mycontrol.cs
来自「PDA上的透明解决方法,找了很久才找到的,WINDOW MOIBLE 5.0以上」· CS 代码 · 共 20 行
CS
20 行
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
namespace WifiMe
{
class MyControl : Control
{
protected override void OnPaint(PaintEventArgs e)
{
//base.OnPaint(e);
}
protected override void OnPaintBackground(PaintEventArgs e)
{
//base.OnPaintBackground(e);
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?