Sekirei
C#
VB
C++
F#
Show/Hide TOC
Ui
Source
Item Class
設定の各項目を表すクラスです。
Definition
Namespace:
Kasasagi.Sekirei.Ui
Assembly:
Kasasagi.Sekirei.Ui (in Kasasagi.Sekirei.Ui.dll) Version: 1.0.0+149048337d893a876fee0780732e854768ab2b44
C#
Copy
public
class
Item
VB
Copy
Public
Class
Item
C++
Copy
public
ref class
Item
F#
Copy
type
Item
=
class
end
Inheritance
Object
UiSource
Item
Constructors
UiSource
Item
設定項目を生成するためのコンストラクタです。
Properties
Control
設定内容を入力するUI要素を取得します。
Name
項目名を取得します。
Required
設定項目への入力が必須であるか否かを示します。
See Also
Reference
Kasasagi.Sekirei.Ui Namespace
In This Article
Definition
Constructors
Properties
See Also