UpDownBase.AutoScrollMinSize プロパティ

定義

自動スクロール領域の最小サイズを取得または設定します。

public:
 property System::Drawing::Size AutoScrollMinSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size AutoScrollMinSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoScrollMinSize : System.Drawing.Size with get, set
Public Property AutoScrollMinSize As Size

プロパティ値

スクロール バーの高さと幅をピクセル単位で表す Size

属性

注釈

コントロールは UpDownBase プロパティを AutoScrollMinSize 使用しません。

適用対象