InputPanel for WinForms帮助文档
Delta 属性






Equals to 1 if the up button was pressed, equals to -1 if the down button was pressed.
语法
public System.int Delta {get;}
public read-only property Delta: System.Integer; 
public function get Delta : System.int
public: __property System.int get_Delta();
public:
property System.int Delta {
   System.int get();
}
'声明
 
Public ReadOnly Property Delta As System.Integer
 
'用法
 
Dim instance As SpinButtonClickEventArgs
Dim value As System.Integer
 
value = instance.Delta
需求

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

请参见

引用

SpinButtonClickEventArgs 类
SpinButtonClickEventArgs 成员

Send Feedback