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
Initializes a new instance of the TextPartClass class.
Class: TextPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public TextPartClass(); public TextPartClass( string Text ); public TextPartClass( string Text, LineStyleEnum TextStyle, HAlignmentOptionalEnum HAlign, VAlignmentOptionalEnum VAlign, Color ForeColor, Color BackColor, Color ForeColorSelected, Color BackColorSelected, Font TextFont, StringFormatFlags Format );
Public Sub New() Public Sub New( ByVal Text As String ) Public Sub New( ByVal Text As String, ByVal TextStyle As LineStyleEnum, ByVal HAlign As HAlignmentOptionalEnum, ByVal VAlign As VAlignmentOptionalEnum, ByVal ForeColor As Color, ByVal BackColor As Color, ByVal ForeColorSelected As Color, ByVal BackColorSelected As Color, ByVal TextFont As Font, ByVal Format As StringFormatFlags )
Text
Defines the Text property.
TextStyle
Defines the TextPartClass.TextStyle property.
HAlign
Defines the horizontal alignment (GenericPartClass.HAlign property) within the part's available space.
VAlign
Defines the vertical alignment (GenericPartClass.VAlign property) within the part's available space.
ForeColor
Defines the string's foreground color (TextPartClass.ForeColor property).
BackColor
Defines the string's background color (TextPartClass.BackColor property).
ForeColorSelected
Defines the string's foreground color, when the containing item or cell is selected (TextPartClass.ForeColorSelected property).
BackColorSelected
Defines the string's background color, when the containing item or cell is selected (TextPartClass.BackColorSelected property).
TextFont
Defines the font used to render the string (TextPartClass.Font property).
Format
Defines display and layout information to render the string (TextPartClass.Format property).
Initializes a new instance of the TextPartClass class.
See Also TextPartClass Class | Classes | SftTree/NET 2.0