Indicator ColumnIs Clickable Property
This is used to get or set whether the images are clickable and will raise the
IndicatorClicked event.
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
If 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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool IsClickable { get; set; }VB
Public Property IsClickable As Boolean
Get
SetC++
public:
property bool IsClickable {
bool get ();
void set (bool value);
}F#
member IsClickable : bool with get, setProperty 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.