ThumbnailViewActivation Property |
Gets or sets the method required by to user to activate a thumbnail.
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)
Syntax public ItemActivation Activation { get; set; }
Public Property Activation As ItemActivation
Get
Set
Property Value
Type:
ItemActivation The method required by the user to activate a thumbnail. Standard, One-Click, or Two-Click as defined in
the
ItemActivation enumeration.
See Also