GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoInputEventArgs Class / InputState Property
In This Topic
    InputState Property
    In This Topic
    Gets or sets the GoInputState as defined by various tools.
    Syntax
    public GoInputState InputState {get; set;}

    Property Value

    This property is not meaningful or valid unless the input event is associated with certain tools such as GoToolDragging and GoToolResizing.
    See Also