ActionsPane.SetAutoScrollMargin 方法
设置自动滚动边距的大小。
命名空间: Microsoft.Office.Tools
程序集: Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)
语法
声明
Sub SetAutoScrollMargin ( _
x As Integer, _
y As Integer _
)
void SetAutoScrollMargin(
int x,
int y
)
参数
- x
类型:System.Int32
Width 值。
- y
类型:System.Int32
Height 值。
备注
此方法提供与 ScrollableControl.SetAutoScrollMargin 方法相同的功能。有关使用此方法的更多信息,请参见ScrollableControl.SetAutoScrollMargin。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。