Spread for ASP.NET 12 Product Documentation
EnabledImgUrl Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CreateButtonEventArgs Class : EnabledImgUrl Property
Gets or sets the URL of the image to display in the command button if the button is active.
Syntax
'Declaration
 
Public Property EnabledImgUrl As String
'Usage
 
Dim instance As CreateButtonEventArgs
Dim value As String
 
instance.EnabledImgUrl = value
 
value = instance.EnabledImgUrl
public string EnabledImgUrl {get; set;}
See Also

Reference

CreateButtonEventArgs Class
CreateButtonEventArgs Members