MESCIUS SPREAD for Windows Forms 17.0J
Clear メソッド (ActionMap)

ナビゲーションツールとビュー
このアクションマップからすべてのマッピングを削除します。
構文
public void Clear()
'Declaration
 
Public Sub Clear() 
 
次のサンプルコードは、すべてのマップを削除します。
FarPoint.Win.Spread.ActionMap map;
map = fpSpread1.GetActionMap();
map.Clear();
Dim map As FarPoint.Win.Spread.ActionMap
map = fpSpread1.GetActionMap()
map.Clear()
参照

ActionMap クラス
ActionMap メンバ

 

 


© MESCIUS inc. All rights reserved.