 | UIToolStripDropDownShow 方法 (Control, Int32, Int32) |
Sweet 开发框架
显示
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public void Show(
Control control,
int x,
int y
)
Public Sub Show (
control As Control,
x As Integer,
y As Integer
)
member Show :
control : Control *
x : int *
y : int -> unit
参数
- control
- 类型:System.Windows.FormsControl
Control - x
- 类型:SystemInt32
X - y
- 类型:SystemInt32
Y
参见