SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether date/time separators receive additional blank padding.
Get
VB.NET | Boolean = object.Padding As Boolean |
VB | Boolean = object.Padding As Boolean |
C#.NET | bool Boolean = object.Padding; |
VC++ | VARIANT_BOOL Boolean = object->Padding; VARIANT_BOOL Boolean = object->GetPadding(); |
C | HRESULT object->get_Padding(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.Padding = Boolean As Boolean |
VB | object.Padding = Boolean As Boolean |
C#.NET | bool object.Padding = Boolean; |
VC++ | VARIANT_BOOL object->Padding = Boolean; void object->PutPadding(VARIANT_BOOL Boolean); |
C | HRESULT object->put_Padding(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether date/time separators receive additional blank padding.
Boolean | Description |
---|---|
True | Additional space characters are added around date/time separators. |
False | No additional space characters are added around date/time separators. |
The Padding property defines whether date/time separators receive additional blank padding.
The date and time separator characters "/" and ":" used with the Mask property can receive extra space characters based on this property setting. Setting Padding to False will result in a visually "narrow" display.
See Also SftMask Object | Object Hierarchy