public class ImageControl : Control
Public Class ImageControl
Inherits Control
ImageControl | Constructor class. |
AllowDelete | Gets or sets a value indicating whether deletion is allowed. |
AllowImport | Gets or sets a value indicating whether importing is allowed. |
DataId | Gets or sets the record ID of the associated table. |
Host | Gets or sets the Extensibility Host. |
Table | Gets or sets the table associated with the main image. |
LoadImage | Procesa la carga de la imagen principal |
OnApplyTemplate |
OnApplyTemplate method.
(Overrides FrameworkElementOnApplyTemplate) |
AllowDeleteProperty | Identify the dependency property AllowDelete. |
AllowImportProperty | Identify the dependency property AllowImport. |
DataIdProperty | Identifies the dependency property DataId. |
DeleteImageCommand | Command to delete the current image. |
HostProperty | Identifies the dependency property Host. |
ImportImageCommand | Command to import image. |
ImportImageFromDeviceCommand | Command to import image from device. |
OpenImageCommand | Command to open the current image. |
PasteImageCommand | Command to paste image from clipboard. |
SaveImageCommand | Command to save the current image. |
TableProperty | Identifies the dependency property Table. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |