'宣言
Public Function PreProcessControlMessage( _ ByRef msg As Message _ ) As PreProcessControlState
public PreProcessControlState PreProcessControlMessage( ref Message msg )
パラメータ
- msg
- A System.Windows.Forms.Message that represents the message to process.
戻り値の型
One of the System.Windows.Forms.PreProcessControlState values, depending on whether System.Windows.Forms.Control.PreProcessMessage(System.Windows.Forms.Message@) is true or false and whether System.Windows.Forms.Control.IsInputKey(System.Windows.Forms.Keys) or System.Windows.Forms.Control.IsInputChar(System.Char) are true or false.