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

Status of the left bar (if it is minimized)

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool IsLeftBarMinimized { get; set; }
Visual Basic (Declaration)
Public Shared Property IsLeftBarMinimized As Boolean
Visual C++
public:
static property bool IsLeftBarMinimized {
	bool get ();
	void set (bool value);
}

See Also