UiSourceFile Class

ファイルを選択するUI要素を表すクラスです。

Definition

Namespace: Kasasagi.Sekirei.Ui
Assembly: Kasasagi.Sekirei.Ui (in Kasasagi.Sekirei.Ui.dll) Version: 1.0.0+149048337d893a876fee0780732e854768ab2b44
C#
public class File : UiSourceControl<byte[]>
Inheritance
Object    UiSourceControl    UiSourceControlByte    UiSourceFile

Constructors

UiSourceFile(Byte) ファイルを選択するUI要素を生成するためのコンストラクタです。
UiSourceFile(Byte, String, String) ファイルを選択するUI要素を生成するためのコンストラクタです。

Properties

ClearToolTip 消去ボタンのツールチップヒントを取得します。
SelectToolTip 選択ボタンのツールチップヒントを取得します。

See Also