1 override of VerbButtonType
System.Web (1)
UI\WebParts\WebPartZoneBase.cs (1)
726
public override ButtonType
VerbButtonType
{
1 write to VerbButtonType
System.Web (1)
UI\WebParts\WebPartZoneBase.cs (1)
731
base.
VerbButtonType
= value;
4 references to VerbButtonType
System.Web (4)
UI\WebParts\ConnectionsZone.cs (1)
1799
if (
VerbButtonType
== ButtonType.Link) {
UI\WebParts\ToolZone.cs (2)
378
if (
VerbButtonType
== ButtonType.Button) {
385
if (
VerbButtonType
== ButtonType.Image) {
UI\WebParts\WebPartZoneBase.cs (1)
728
return base.
VerbButtonType
;