【电脑窗口大小调整】限定窗口大小范围--windows message subclassing

更新时间:2014-03-14    来源:窗口特效    手机版     字体:

【www.bbyears.com--窗口特效】

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
        
        

本文来源:http://www.bbyears.com/wangyetexiao/4869.html

热门标签

更多>>

本类排行