Gets or sets the cell padding width of the calculator editor window.
Syntax
| Visual Basic (Declaration) | |
|---|
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property CellPadding As System.Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DateTimeEditor
Dim value As System.Integer
instance.CellPadding = value
value = instance.CellPadding |
| C# | |
|---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.int CellPadding {get; set;} |
| Delphi | |
|---|
public read-write property CellPadding: System.Integer; |
| JScript | |
|---|
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.CategoryAttribute("Appearance")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set CellPadding : System.int |
| Managed Extensions for C++ | |
|---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.int get_CellPadding();
public: __property void set_CellPadding(
System.int value
); |
| C++/CLI | |
|---|
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.int CellPadding {
System.int get();
void set ( System.int value);
} |
Property Value
A
CellPadding that contains the cell padding width of the calculator editor window. The default value is 0.
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