GrapeCity SPREAD for Windows Forms 11.0J
IconTip プロパティ


Iconの上にマウスを置いたときに表示される文字列値を取得または設定します。
構文
'Declaration
 
Public Property IconTip As String
'使用法
 
Dim instance As IconNotify
Dim value As String
 
instance.IconTip = value
 
value = instance.IconTip
public string IconTip {get; set;}

プロパティ値

Iconの上にマウスポインタを置いたときに表示されるSystem.String値。デフォルト値はString.Emptyです。
参照

IconNotify クラス
IconNotify メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.