[Visual
Basic] imagekitcontrolname.Enabled
[= Boolean ]
[Visual
C++] [BOOL =
]imagekitcontrolname.GetEnabled()
imagekitcontrolname.SetEnabled(BOOL Val)
imagekitcontrolname.SetEnabled(BOOL Val)
Property Value
Value | Explanation |
---|---|
True (default) | Mouse and keyboard events are enabled in the ImageKit Control |
False | Mouse and keyboard events are disabled in the ImageKit Control |
Explanation
The Enabled property sets whether or not mouse or keyboard events are enabled in the ImageKit Control. When true, mouse and keyboard events in the ImageKit Control will be generated. When false, these events will not be generated.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.