public class Integer : UiSourceControl<int?>Public Class Integer
Inherits UiSourceControl(Of Integer?)public ref class Integer : public UiSourceControl<Nullable<int>>type Integer =
class
inherit UiSourceControl<Nullable<int>>
end| UiSourceInteger(NullableInt32) | 整数を入力するUI要素を生成するためのコンストラクタです。 |
| UiSourceInteger(NullableInt32, Int32, Int32) | 整数を入力するUI要素を生成するためのコンストラクタです。 |
| Maximum | 入力可能な値の上限を取得します。 |
| Minimum | 入力可能な値の下限を取得します。 |
| Value |
UI要素に格納された値を取得します。
(Overrides UiSourceControlTValue) |