ScrollProperties.ParentControl プロパティ

定義

このスクロール情報の適用先のコントロールを取得します。

protected:
 property System::Windows::Forms::ScrollableControl ^ ParentControl { System::Windows::Forms::ScrollableControl ^ get(); };
protected System.Windows.Forms.ScrollableControl ParentControl { get; }
protected System.Windows.Forms.ScrollableControl? ParentControl { get; }
member this.ParentControl : System.Windows.Forms.ScrollableControl
Protected ReadOnly Property ParentControl As ScrollableControl

プロパティ値

このスクロール情報の適用先のコントロール。

適用対象