Gets or sets left start positin of the drop down.

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

Syntax

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

See Also