Share via


_CustomTaskPane.Height Property

Gets or sets the height of the _CustomTaskPane object (in points). Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Height As Integer
    Get
    Set
'Usage
Dim instance As _CustomTaskPane
Dim value As Integer

value = instance.Height

instance.Height = value
int Height { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

_CustomTaskPane Interface

_CustomTaskPane Members

Microsoft.Office.Core Namespace