Scheduler for WinForms
Label コンストラクタ(Color,String,String)

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Label クラス > Label コンストラクタ : Label コンストラクタ(Color,String,String)
The color of the label.
The text of the label.
Creates custom Label object with specified color, text and menu caption.
シンタックス
'宣言
 
Public Function New( _
   ByVal color As System.Drawing.Color, _
   ByVal text As System.String, _
   ByVal menuCaption As System.String _
)
public Label( 
   System.Drawing.Color color,
   System.string text,
   System.string menuCaption
)

パラメータ

color
The color of the label.
text
The text of the label.
menuCaption
The menu caption for displaying label in dialogs.
参照

Label クラス
Label メンバ
オーバーロード一覧