Gets or sets a value indicating whether checkbox for nullable value is showed.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether checkbox for nullable value is showed.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.Web.UI.ThemeableAttribute(False)>
Public Property ShowCheckBoxForNullInput As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInput
Dim value As System.Boolean
instance.ShowCheckBoxForNullInput = value
value = instance.ShowCheckBoxForNullInput |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether checkbox for nullable value is showed.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.ThemeableAttribute(false)]
public System.bool ShowCheckBoxForNullInput {get; set;} |
Delphi | |
---|
public read-write property ShowCheckBoxForNullInput: System.Boolean; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether checkbox for nullable value is showed.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.NotifyParentPropertyAttribute()
System.Web.UI.ThemeableAttribute()
public function get,set ShowCheckBoxForNullInput : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether checkbox for nullable value is showed.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.ThemeableAttribute(false)]
public: __property System.bool get_ShowCheckBoxForNullInput();
public: __property void set_ShowCheckBoxForNullInput(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether checkbox for nullable value is showed.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.ThemeableAttribute(false)]
public:
property System.bool ShowCheckBoxForNullInput {
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