[This is preliminary documentation and is subject to change.]

Gets or sets height of the window

Namespace:  Tools.WindowsT.NativeT
Assembly:  Tools.Win (in Tools.Win.dll) Version: 1.5.2.0

Syntax

C#
[LCategoryAttribute(typeof(ControlsWin), "SizeAndPosition_c", "Size and position", 
	LCategoryAttribute..::.enmLookUpOrder.ResourceFirst)]
public int Height { get; set; }
Visual Basic (Declaration)
<LCategoryAttribute(GetType(ControlsWin), "SizeAndPosition_c",  _
	"Size and position", LCategoryAttribute..::.enmLookUpOrder.ResourceFirst)> _
Public Property Height As Integer
Visual C++
[LCategoryAttribute(typeof(ControlsWin), L"SizeAndPosition_c", L"Size and position", 
	LCategoryAttribute..::.enmLookUpOrder::ResourceFirst)]
public:
property int Height {
	int get ();
	void set (int value);
}
J#
/** @property */
/** @attribute LCategoryAttribute(ControlsWin, "SizeAndPosition_c", "Size and position", LCategoryAttribute..::.enmLookUpOrder.ResourceFirst) */
public int get_Height()
/** @property */
/** @attribute LCategoryAttribute(ControlsWin, "SizeAndPosition_c", "Size and position", LCategoryAttribute..::.enmLookUpOrder.ResourceFirst) */
public  void set_Height(int value)
JScript
public function get Height () : int
public function set Height (value : int)

Field Value

New height of the window

Return Value

Current height of the window

Exceptions

ExceptionCondition
Tools.API..::.Win32APIExceptionSetting or obtaining of window's rectangle failed, ie. Handle is invalid

See Also