HScrollBar.DefaultSize プロパティ
定義
コントロールの既定のサイズを取得します。Gets the default size of the control.
protected:
virtual property System::Drawing::Size DefaultSize { System::Drawing::Size get(); };
protected override System.Drawing.Size DefaultSize { get; }
member this.DefaultSize : System.Drawing.Size
Protected Overrides ReadOnly Property DefaultSize As Size