Gets or sets top start position of the drop down menu.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int HierMenuTopStartPosition { get; set; }
Visual Basic
Public Property HierMenuTopStartPosition As Integer
	Get
	Set
Visual C++
public:
property int HierMenuTopStartPosition {
	int get ();
	void set (int value);
}

See Also