Public Property Hdib As IntPtr
Dim instance As TemplateImage Dim value As IntPtr instance.Hdib = value value = instance.Hdib
public IntPtr Hdib {get; set;}
Public Property Hdib As IntPtr
Dim instance As TemplateImage Dim value As IntPtr instance.Hdib = value value = instance.Hdib
public IntPtr Hdib {get; set;}
This property provides a way for you to read and write the template image. This property accepts and returns WIN32 HDIB handles. Similar properties of this object accept and return the same image in other forms.
Important Information for Memory Management
Template images must always be 1 bit-per-pixel. Gray or color images are not acceptable.
Changing this property will cause the HasChanged property to change to true.
Valid values: Any HDIB that contains a 1 bit-per-pixel image.
Default value: 0