InputPanel for WinForms帮助文档
Events 属性 (InputTextBox)






语法
'声明
 
Protected ReadOnly Property Events As System.ComponentModel.EventHandlerList
'用法
 
Dim instance As InputTextBox
Dim value As System.ComponentModel.EventHandlerList
 
value = instance.Events
protected System.ComponentModel.EventHandlerList Events {get;}
protected read-only property Events: System.ComponentModel.EventHandlerList; 
protected function get Events : System.ComponentModel.EventHandlerList
protected: __property System.ComponentModel.EventHandlerList* get_Events();
protected:
property System.ComponentModel.EventHandlerList^ Events {
   System.ComponentModel.EventHandlerList^ get();
}
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputTextBox 类
InputTextBox 成员

Send Feedback