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

Name Description
ToggleStickyScrollingCommandArgs(ITextView, ITextBuffer)

Properties

Name Description
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