InputPanel for WinForms帮助文档
CancelToolTip 属性






Gets or sets the ToolTip associated with the 'Cancel' button.
语法
'声明
 
<C1CategoryAttribute("提示文本")>
<C1DescriptionAttribute("“取消”按钮关联的提示文本。")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
Public Property CancelToolTip As System.String
'用法
 
Dim instance As InputDataNavigator
Dim value As System.String
 
instance.CancelToolTip = value
 
value = instance.CancelToolTip
[C1Category("提示文本")]
[C1Description("“取消”按钮关联的提示文本。")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
public System.string CancelToolTip {get; set;}
public read-write property CancelToolTip: System.String; 
C1CategoryAttribute("提示文本")
C1DescriptionAttribute("“取消”按钮关联的提示文本。")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.LocalizableAttribute()
public function get,set CancelToolTip : System.String
[C1Category("提示文本")]
[C1Description("“取消”按钮关联的提示文本。")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
public: __property System.string* get_CancelToolTip();
public: __property void set_CancelToolTip( 
   System.string* value
);
[C1Category("提示文本")]
[C1Description("“取消”按钮关联的提示文本。")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
public:
property System.String^ CancelToolTip {
   System.String^ get();
   void set (    System.String^ value);
}
需求

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

请参见

引用

InputDataNavigator 类
InputDataNavigator 成员

Send Feedback