Ribbon for WinForms
MaximumWidth プロパティ (C1SuperTooltipBase)
使用例 

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > C1SuperTooltipBase クラス : MaximumWidth プロパティ
Gets or sets the maximum width of the tooltips.
シンタックス
'宣言
 
Public Property MaximumWidth As Integer
public int MaximumWidth {get; set;}
解説

The C1SuperTooltipBase displays Html text. If the tip contains a lot of text without Html tags that cause line breaks (such as <br> or <p> for example), then the text will not wrap and the tooltip window may be too wide.

Use this property to force text to wrap within the tooltip so it fits in the given width, even without Html line break tags.

Values less than or equal to zero disable the property and cause the tip text to wrap only at the specified Html break tags.

The code below forces all super tooltips to be less than or equal to 200 pixels wide. c1SuperTooltip1.MaximumWidth = 200;
使用例
The code below forces all super tooltips to be less than or equal to 200 pixels wide.
c1SuperTooltip1.MaximumWidth = 200;
参照

C1SuperTooltipBase クラス
C1SuperTooltipBase メンバ