PrintDocument for WinForms
KeyMap.DoAction デリゲート


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : KeyMap.DoAction デリゲート
Describes an action that can be mapped to a keystroke.
シンタックス
'宣言
 
Public Delegate Function KeyMap.DoAction() As System.Boolean
'使用法
 
Dim instance As New KeyMap.DoAction(AddressOf HandlerMethod)
public delegate System.bool KeyMap.DoAction()

戻り値の型

True to indicate that the expected action was taken, false otherwise.
参照

KeyMap.DoAction メンバ
C1.Win.C1Preview 名前空間