'宣言 Protected Overrides Function GetValue() As System.Object
'使用法 Dim instance As RenderInputCheckBox Dim value As System.Object value = instance.GetValue()
protected override System.object GetValue()
戻り値の型
チェックボックスがオンにされている場合は true、その他の場合は false。
'宣言 Protected Overrides Function GetValue() As System.Object
'使用法 Dim instance As RenderInputCheckBox Dim value As System.Object value = instance.GetValue()
protected override System.object GetValue()