バージョン

GetValue(String,Color) メソッド

派生クラスの定数として定義した文字列IDに基づいて、ViewStateからプロパティ値を取得します。
シンタックス
'宣言
 
Public Overloads Overridable Function GetValue( _
   ByVal id As String, _
   ByVal def As Color _
) As Color
public virtual Color GetValue( 
   string id,
   Color def
)

パラメータ

id
サブオブジェクトのID (派生クラスの定数として定義)。
def
指定したIDのプロパティ値。
参照