True DBGrid for WinForms
TextWrapping 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : TextWrapping 列挙体
Specifies whether text wraps when it reaches the edge of the cell.
シンタックス
'宣言
 
Public Enum TextWrapping 
   Inherits System.Enum
public enum TextWrapping : System.Enum 
メンバ
メンバ解説
NoWrapNo line wrapping is performed.
WrapLine-breaking occurs if the line overflows beyond the available block width, even if the standard line breaking algorithm cannot determine any line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed.
WrapWithOverflowLine-breaking occurs if the line overflows beyond the available block width. However, a line may overflow beyond the block width if the line breaking algorithm cannot determine a line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.TextWrapping

参照

C1.Win.C1TrueDBGrid 名前空間