ActionsPane.AutoScrollPosition Property

Definition

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.

Applies to