C1.Win.C1InputPanel 命名空间 > InputComponent 类 : Enabled 属性 |
'声明
<System.ComponentModel.DefaultValueAttribute()> <C1DescriptionAttribute("指示是否组件可以响应用户交互操作。")> <C1CategoryAttribute("行为")> Public Overridable Property Enabled As System.Boolean
'用法
Dim instance As InputComponent Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.ComponentModel.DefaultValue()] [C1Description("指示是否组件可以响应用户交互操作。")] [C1Category("行为")] public virtual System.bool Enabled {get; set;}
public read-write property Enabled: System.Boolean; virtual;
System.ComponentModel.DefaultValueAttribute() C1DescriptionAttribute("指示是否组件可以响应用户交互操作。") C1CategoryAttribute("行为") public function get,set Enabled : System.boolean
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