Property IsGraphicControl
IsGraphicControl
Gets whether control is graphic control. Graphic controls can not be selected using mouse, do not accept focus and ignore keyboard.
public override bool IsGraphicControl { get; set; }
Gets whether control is graphic control. Graphic controls can not be selected using mouse, do not accept focus and ignore keyboard.
public override bool IsGraphicControl { get; set; }