Spread for ASP.NET 12 Product Documentation
DisabledImgUrl Property


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

Reference

CreateButtonEventArgs Class
CreateButtonEventArgs Members