_Explorer.Height Property

Definition

Returns or sets an Integer (int in C#) value specifying the height (in pixels) of the explorer window. Read/write.

public:
 property int Height { int get(); void set(int value); };
public int Height { get; set; }
Public Property Height As Integer

Property Value

Applies to