ScrollManager.OnSAChange Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| OnSAChange(Rectangle) | |
| OnSAChange(Int32, Int32, Int32, Int32) |
OnSAChange(Rectangle)
public:
void OnSAChange(System::Drawing::Rectangle newSA);
public void OnSAChange (System.Drawing.Rectangle newSA);
Public Sub OnSAChange (newSA As Rectangle)
Parametri
- newSA
- Rectangle
Si applica a
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);
Public Sub OnSAChange (nLeft As Integer, nRight As Integer, nTop As Integer, nBottom As Integer)
Parametri
- nLeft
- Int32
- nRight
- Int32
- nTop
- Int32
- nBottom
- Int32