最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
限定窗口大小范围--windows message subclassing
时间:2022-07-02 11:40:21 编辑:袖梨 来源:一聚教程网
Imports System.Windows.Forms
Imports System.ComponentModel
Namespace vbCity
Namespace FormClasses
Public Class frmRestricted
Inherits Form
'#Region " Iridium form properties code "
Private mFormMinSize, mFormMaxSize As PointAPI
Description( _
"The Minimum height that the form can be sized to.")> _
Public Property FormMinHeight() As Int32
Get
' SCS - A return of zero indicates that it has not been
' set.
Return mFormMinSize.y
End Get
Set(ByVal Value As Int32)
CheckBounds(Value, False)
mFormMinSize.y = Value
End Set
End Property ' FormMinHeight
Imports System.ComponentModel
Namespace vbCity
Namespace FormClasses
Public Class frmRestricted
Inherits Form
'#Region " Iridium form properties code "
Private mFormMinSize, mFormMaxSize As PointAPI
"The Minimum height that the form can be sized to.")> _
Public Property FormMinHeight() As Int32
Get
' SCS - A return of zero indicates that it has not been
' set.
Return mFormMinSize.y
End Get
Set(ByVal Value As Int32)
CheckBounds(Value, False)
mFormMinSize.y = Value
End Set
End Property ' FormMinHeight
相关文章
- 空洞骑士丝之歌升质液腺怎么拿 升质液腺获取方式介绍 09-15
- 空洞骑士丝之歌生质液瓶有什么用 生质液瓶获取方法介绍 09-15
- 无主之地4秘藏猎人包都有什么 超级豪华版奖励一览 09-15
- 空洞骑士丝之歌跳蚤秘酿怎么拿 跳蚤秘酿获取方式介绍 09-15
- 空洞骑士丝之歌彩蛋有哪些 40个细节彩蛋盘点 09-15
- 无主之地4骷髅钥匙兑换码汇总最新 骷髅钥匙兑换码更新至9.14 09-15