Gets an indication of whether button bar design is supported for this user.

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

Syntax

C#
public bool ButtonBarDesign { get; }
Visual Basic
Public ReadOnly Property ButtonBarDesign As Boolean
	Get
Visual C++
public:
property bool ButtonBarDesign {
	bool get ();
}

See Also