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


ボタンのキーオブジェクト。
キーが有効かどうかをチェックします。
構文
'Declaration
 
Protected Function IsKeyValid( _
   ByVal key As String _
) As Boolean
'使用法
 
Dim instance As ButtonTextCollectionInfo
Dim key As String
Dim value As Boolean
 
value = instance.IsKeyValid(key)
protected bool IsKeyValid( 
   string key
)

パラメータ

key
ボタンのキーオブジェクト。

戻り値の型

有効な場合はtrue。それ以外の場合はfalse
参照

ButtonTextCollectionInfo クラス
ButtonTextCollectionInfo メンバ

 

 


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