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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。