Share via


ToggleStickyScrollingCommandArgs Class

Definition

public sealed class ToggleStickyScrollingCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type ToggleStickyScrollingCommandArgs = class
    inherit EditorCommandArgs
Public NotInheritable Class ToggleStickyScrollingCommandArgs
Inherits EditorCommandArgs
Inheritance
ToggleStickyScrollingCommandArgs

Constructors

ToggleStickyScrollingCommandArgs(ITextView, ITextBuffer)

Properties

SubjectBuffer

A subject buffer to execute a command on.

(Inherited from EditorCommandArgs)
TextView

An ITextView to execute a command on.

(Inherited from EditorCommandArgs)

Applies to