ScrollManager.OnSAChange Method
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.
Overloads
OnSAChange(Rectangle) | |
OnSAChange(Int32, Int32, Int32, Int32) |
OnSAChange(Rectangle)
public:
void OnSAChange(System::Drawing::Rectangle newSA);
public void OnSAChange (System.Drawing.Rectangle newSA);
member this.OnSAChange : System.Drawing.Rectangle -> unit
Public Sub OnSAChange (newSA As Rectangle)
Parameters
- newSA
- Rectangle
Applies to
OnSAChange(Int32, Int32, Int32, Int32)
public:
void OnSAChange(int nLeft, int nRight, int nTop, int nBottom);
public void OnSAChange (int nLeft, int nRight, int nTop, int nBottom);
member this.OnSAChange : int * int * int * int -> unit
Public Sub OnSAChange (nLeft As Integer, nRight As Integer, nTop As Integer, nBottom As Integer)
Parameters
- nLeft
- Int32
- nRight
- Int32
- nTop
- Int32
- nBottom
- Int32