Intersoft WebInput Documentation
IsEnabled Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DateTimeEditor Class : IsEnabled Property






Glossary Item Box

Enable state of feature.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute(True)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Enable state of feature.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Overridable Property IsEnabled As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditor
Dim value As System.Boolean
 
instance.IsEnabled = value
 
value = instance.IsEnabled
C# 
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Enable state of feature.")]
[System.ComponentModel.DefaultValueAttribute()]
public virtual System.bool IsEnabled {get; set;}
Delphi 
public read-write property IsEnabled: System.Boolean; virtual; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Enable state of feature.")
System.ComponentModel.DefaultValueAttribute()
public function get,set IsEnabled : System.boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Enable state of feature.")]
[System.ComponentModel.DefaultValueAttribute()]
public: __property virtual System.bool get_IsEnabled();
public: __property virtual void set_IsEnabled( 
   System.bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute(true)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Enable state of feature.")]
[System.ComponentModel.DefaultValueAttribute()]
public:
virtual property System.bool IsEnabled {
   System.bool get();
   void set (    System.bool value);
}

Requirements

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

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.