'宣言 Public Class C1SuperLabelBase Inherits System.Windows.Forms.Control
public class C1SuperLabelBase : System.Windows.Forms.Control
'宣言 Public Class C1SuperLabelBase Inherits System.Windows.Forms.Control
public class C1SuperLabelBase : System.Windows.Forms.Control
C1SuperLabel コントロールは System.Windows.Forms.Labelコントロールとほとんど同じですが、 C1SuperLabel はプレーンテキストではなく HTML テキストを表示するという点だけが異なります。これにより、ラベルに複数のフォント、色、テーブル、リスト、および画像を含めることができます。
C1SuperLabel は、HTML コンテンツをレンダリングするために IE を使用しません。代わりに、独自の軽量な HTML パーサーおよびレンダラーを備えています。したがって、レンダリングされる出力は、IE と必ずしも 100% の互換性はありませんが、通常はほとんど同じです。 C1SuperLabel は、カスケードスタイルシート、テーブルなどのほとんどの HTML 機能をサポートします。詳細については、 Textプロパティを参照してください。
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
C1.Win.C1SuperTooltip.C1SuperLabelBase