InputPanel for WinForms帮助文档
ShowAlways 属性






Gets or sets a value indicating whether a tooltip window is displayed even when its parent control is not active.
语法
'声明
 
<C1CategoryAttribute("行为")>
<System.ComponentModel.DefaultValueAttribute()>
<C1DescriptionAttribute("指示是否显示一个提示文本窗体,即使其父控件没有处于活动状态。")>
Public Property ShowAlways As System.Boolean
'用法
 
Dim instance As ToolTipSettings
Dim value As System.Boolean
 
instance.ShowAlways = value
 
value = instance.ShowAlways
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
[C1Description("指示是否显示一个提示文本窗体,即使其父控件没有处于活动状态。")]
public System.bool ShowAlways {get; set;}
public read-write property ShowAlways: System.Boolean; 
C1CategoryAttribute("行为")
System.ComponentModel.DefaultValueAttribute()
C1DescriptionAttribute("指示是否显示一个提示文本窗体,即使其父控件没有处于活动状态。")
public function get,set ShowAlways : System.boolean
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
[C1Description("指示是否显示一个提示文本窗体,即使其父控件没有处于活动状态。")]
public: __property System.bool get_ShowAlways();
public: __property void set_ShowAlways( 
   System.bool value
);
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
[C1Description("指示是否显示一个提示文本窗体,即使其父控件没有处于活动状态。")]
public:
property System.bool ShowAlways {
   System.bool get();
   void set (    System.bool 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

请参见

引用

ToolTipSettings 类
ToolTipSettings 成员

Send Feedback