Gets or sets the image to display for type 1 conditional elements..
public Image Type2ConditionalImage {get; set;}
'Declaration
Public Property Type2ConditionalImage As Image
'Usage
Dim instance As DicomPropertyGrid
Dim value As Image
instance.Type2ConditionalImage = value
value = instance.Type2ConditionalImage
public:
property Image^ Type2ConditionalImage {
Image^ get();
void set ( Image^ value);
}
Property Value
The type 2 conditional image. ShowUsageImages needs to be true for this image to be visible.