ActionsPane.AutoScrollPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the location of the auto-scroll position for the actions pane.
public:
property System::Drawing::Point AutoScrollPosition { System::Drawing::Point get(); void set(System::Drawing::Point value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point AutoScrollPosition { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoScrollPosition : System.Drawing.Point with get, set
Public Property AutoScrollPosition As Point
Property Value
The auto-scroll position for the actions pane, in pixels.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.ScrollableControl.AutoScrollPosition property. For more information about using this property, see System.Windows.Forms.ScrollableControl.AutoScrollPosition.