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 the column's minimum width.
Get
VB.NET | WidthPix = object.MinWidthPix As Integer |
VB | WidthPix = object.MinWidthPix As Long |
C#.NET | int WidthPix = object.MinWidthPix; |
VC++ | long WidthPix = object->MinWidthPix; long WidthPix = object->GetMinWidthPix(); |
C | HRESULT object->get_MinWidthPix(long* WidthPix); |
Put
VB.NET | object.MinWidthPix = WidthPix As Integer |
VB | object.MinWidthPix = WidthPix As Long |
C#.NET | int object.MinWidthPix = WidthPix; |
VC++ | long object->MinWidthPix = WidthPix; void object->PutMinWidthPix(long WidthPix); |
C | HRESULT object->put_MinWidthPix(long WidthPix); |
object
A SftDirectoryColumn object.
WidthPix
Defines the column's minimum width, in pixels.
The MinWidthPix property defines the column's minimum width. If a minimum width is specified, the end-user cannot make the column smaller than the specified width.
See Also SftDirectoryColumn Object | Object Hierarchy