This property sets whether or not mouse or keyboard events will are enabled within the pan window
[Visual
Basic] imagekitcontrolname.PanWindow.Enabled
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetPanWindow().GetEnabled()
imagekitcontrolname.GetPanWindow().SetEnabled(BOOL Val)
imagekitcontrolname.GetPanWindow().SetEnabled(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Mouse and keyboard events are enabled within the pan window |
False | Mouse and keyboard events are disabled within the pan window (Default value) |
Explanation
The Enabled property sets whether or not mouse and keyboard events are enabled within the pan window. When true, mouse and keyboard events are enabled. When false those events are not generated. Default value is true.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.