ActionsPane.AutoScrollOffset Property

Definition

Gets or sets where the actions pane is scrolled to when the ScrollControlIntoView(Control) method is called.

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

Property Value

The location where the actions pane is scrolled to when the ScrollControlIntoView(Control) method is called. The default is the upper-left corner of the user control.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.AutoScrollOffset property. For more information about using this property, see System.Windows.Forms.Control.AutoScrollOffset.

Applies to