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
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
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
