WebPartVerb Properties

 

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyChecked

Gets or sets a value indicating that some state associated with a custom verb is currently active or selected.

System_CAPS_pubpropertyClientClickHandler

Gets the string containing the method name of the client-side event handler defined in the WebPartVerb constructor.

System_CAPS_pubpropertyDescription

Gets or sets a short description of the verb.

System_CAPS_pubpropertyEnabled

Gets or sets a value that indicates whether a verb is enabled.

System_CAPS_pubpropertyID

Gets a string containing a unique ID for a verb.

System_CAPS_pubpropertyImageUrl

Gets or sets a string containing a URL to an image that represents a verb in the user interface (UI).

System_CAPS_protpropertyIsTrackingViewState

Gets a value that indicates whether view state is currently being tracked for a verb.

System_CAPS_pubpropertyServerClickHandler

Gets a reference to the method that handles server-side click events for the verb.

System_CAPS_pubpropertyText

Gets or sets the text label for a verb that is displayed in the user interface (UI).

System_CAPS_protpropertyViewState

Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.

System_CAPS_pubpropertyVisible

Gets or sets a value that indicates whether a verb is visible to users.

Return to top
Show: