SizeGripStyle 枚举

定义

指定 Form 上的大小调整手柄的样式。

public enum class SizeGripStyle
public enum SizeGripStyle
type SizeGripStyle = 
Public Enum SizeGripStyle
继承
SizeGripStyle

字段

Auto 0

需要时会自动显示大小调整手柄。

Hide 2

大小调整手柄被隐藏。

Show 1

大小调整手柄始终显示在窗体上。

注解

Use the members of this enumeration to set the value of the SizeGripStyle property of the Form.

适用于

另请参阅