IndicatorCellIsClickable Property
This is used to get or set whether the images are clickable and will raise the
IndicatorClicked event.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool IsClickable { get; set; }
Public Property IsClickable As Boolean
Get
Set
public:
property bool IsClickable {
bool get ();
void set (bool value);
}
member IsClickable : bool with get, set
Property Value
BooleanIf true, the default, the images will raise the
IndicatorClicked
event and will display the hand cursor as the mouse moves over each image. If false, the event is
not raised when an image is clicked and the mouse cursor is not changed.