Web part verb button type.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static ButtonType WebPartTitleBarVerbButtonType { get; }
Visual Basic
Public Shared ReadOnly Property WebPartTitleBarVerbButtonType As ButtonType
	Get
Visual C++
public:
static property ButtonType WebPartTitleBarVerbButtonType {
	ButtonType get ();
}
F#
static member WebPartTitleBarVerbButtonType : ButtonType with get

Property Value

Type: ButtonType
The type of the web part title bar verb button.

See Also