ProgressBarValueTypeEditorデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
IsDropDownResizable | Gets a value indicating whether drop-down editors should be resizable by the user. System.Drawing.Design.UITypeEditorから継承されます。 |
名前 | 解説 | |
---|---|---|
PaintPreviewSupported | オーバーライドされます。 プレビュー ウィンドウを表示する必要があるかどうかを示すために使用されます |
名前 | 解説 | |
---|---|---|
GetPaintValueSupported | オーバーロードされます。 Indicates whether this editor supports painting a representation of an object's value. System.Drawing.Design.UITypeEditorから継承されます。 | |
PaintValue | オーバーロードされます。 Paints a representation of the value of the specified object to the specified canvas. System.Drawing.Design.UITypeEditorから継承されます。 |
名前 | 解説 | |
---|---|---|
InitializeTrackBar | オーバーライドされます。 最小値と最大値を初期化できるようにトラックバーを作成するときに呼び出されます。 |