Version

DropButton Class Members

The following tables list the members exposed by DropButton.

Public Constructors
 NameDescription
Public ConstructorDropButton Constructor

Creates a new DropButton object.

 
Public Properties
 NameDescription
Public PropertyAlternateText

Value of the alt attribute for the html element which represents the image displayed on the button.

 
Public PropertyHoverStyleThe style applied to this button, when moused over.  
Public PropertyImageUrl1

The relative path to the image used to represent this button, in it's natural state.

 
Public PropertyImageUrl2

The relative path to the image used to represent this button, in it's depressed state.

 
Public PropertyImageUrlDisabled

The path to the image used to represent this button, when the control is in a disabled state.

 
Public PropertyImageUrlHover

The path to the image used to represent this button, when the mouse is moved over the button.

 
Public PropertyStyle

The style applied to this button.

 
Protected Properties
 NameDescription
Protected PropertyIsTrackingViewState  
Protected PropertyViewState  
Public Methods
 NameDescription
Public MethodResetReset all properties to their default values.  
Public MethodToStringString formatted for visual designer.  
See Also