OpenImageFileDialog.PreviewButtonImage Property |
Gets or sets the image used for the 'preview' toolbar button.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic Image PreviewButtonImage { get; set; }
Public Property PreviewButtonImage As Image
Get
Set
Property Value
Type:
Image The image used for the 'preview' button.
Remarks This image must be 16 x 16 pixels; with Magenta used for transparent areas.
See Also