[Visual Basic] Public Property LabelPenWidth As System.Windows.Forms.ToolStripLabel
[C#] public System.Windows.Forms.ToolStripLabel LabelPenWidth {get; set;}
プロパティ値
System.Windows.Forms.ToolStripLabel 型の値
解説
「ペンの太さ」設定用ラベルの ToolStripLabel コントロールを示します。
ラベルの文字列を ToolBarStandard
標準のものから変更したい場合などラベル毎の詳細な設定や、任意のラベルのクリックイベントの取得が可能です。
具体的なコード例は、ButtonBackColor
プロパティのページをご参照ください。