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






Glossary Item Box

Gets or sets the cell spacing width of the calculator editor window.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property CellSpacing As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditor
Dim value As System.Integer
 
instance.CellSpacing = value
 
value = instance.CellSpacing
C# 
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.int CellSpacing {get; set;}
Delphi 
public read-write property CellSpacing: System.Integer; 
JScript 
System.ComponentModel.CategoryAttribute("Appearance")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
ISNet.Serialization.BinarySerializableAttribute()
public function get,set CellSpacing : System.int
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.int get_CellSpacing();
public: __property void set_CellSpacing( 
   System.int value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.int CellSpacing {
   System.int get();
   void set (    System.int value);
}

Property Value

A CellSpacing that contains the cell spacing width of the calculator editor window. The default value is 3.

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.