Banbao

  • Home
  • Tags
  • Categories
  • Categories(2)
  • Archives
  • More notes
  • Use
  • Search
  • Table of Contents
  • Overview
  1. CSharp
    1. 1. Form
banbao(990)

banbao(990)

340 posts
46 categories
108 tags
0%

C# 的一些记录

Posted on 2021-10-16 Edited on 2021-10-26 In csharp.kits Views:
C# 的一些记录
  • 中国大学慕课

CSharp

1. Form

  • 设置 Form 大小不可变
1
2
3
this.MaximizeBox = false;
this.FormBorderStyle =
System.Windows.Forms.FormBorderStyle.FixedSingle;
  • 获取 Form 内部区域大小
1
2
this.ClientSize.Width;
this.ClientSize.Height;
# csharp
C#程序设计.唐大仕.05.基础类及常用算法
windows 的一些记录
© 2021 – 2025 banbao(990)
Powered by Hexo & NexT.Gemini