Condividi tramite


Metodo StatusBar.SetXYWidthHeight

Imposta la x, y, la larghezza e gli indicatori di coordinate dell'altezza in StatusBar.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
Sub SetXYWidthHeight ( _
    X As Integer, _
    Y As Integer, _
    Width As Integer, _
    Height As Integer _
)
void SetXYWidthHeight(
    int X,
    int Y,
    int Width,
    int Height
)
void SetXYWidthHeight(
    int X, 
    int Y, 
    int Width, 
    int Height
)
abstract SetXYWidthHeight : 
        X:int * 
        Y:int * 
        Width:int * 
        Height:int -> unit 
function SetXYWidthHeight(
    X : int, 
    Y : int, 
    Width : int, 
    Height : int
)

Parametri

Esempi

Sub SetXYWidthHeightExample()
   Dim SBar As StatusBar
   SBar = DTE.StatusBar
   SBar.SetXYWidthHeight(10, 20, 30, 40)
   MsgBox("Notice the new X/Y Width/Height coordinates.")
End Sub

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StatusBar Interfaccia

Spazio dei nomi EnvDTE