'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;}
'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;}
The image file can be located anywhere that can be defined by a URL path.
Tip: Because only files that are part of the project are deployed with the application, we recommend that you add the image file for the button to your project.
Use the EnabledImgUrl property to specify the image to display in a command button if the button is active.