属性设置:
SizeGripStyle : Show
StartPosition : Manual
显示函数:
public int Show(int top, int left)
{
this.SetDesktopLocation( left, top);
this.ShowDialog();
return retval;
}
属性设置:
SizeGripStyle : Show
StartPosition : Manual
显示函数:
public int Show(int top, int left)
{
this.SetDesktopLocation( left, top);
this.ShowDialog();
return retval;
}