PowerTools SPREAD for Windows Forms 8.0J
Color_Clicked メソッド


イベントを発生させたオブジェクト
イベントデータを含むEventArgsクラスのオブジェクト
色が選択されたときに発生します。
構文
'Declaration
 
Public Sub Color_Clicked( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
'使用法
 
Dim instance As RichTextEditor
Dim sender As Object
Dim e As EventArgs
 
instance.Color_Clicked(sender, e)
public void Color_Clicked( 
   object sender,
   EventArgs e
)

パラメータ

sender
イベントを発生させたオブジェクト
e
イベントデータを含むEventArgsクラスのオブジェクト
参照

RichTextEditor クラス
RichTextEditor メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.