Property IsDown IsDown Gets or sets a value indicating whether the hotkey is a key down or key up event. Declaration public bool? IsDown { get; set; } Property Value Type Description bool? true if key down; false if key up; null if not specified.