NSTextView.SetSelectedRange Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetSelectedRange(NSRange)
[Foundation.Export("setSelectedRange:")]
public virtual void SetSelectedRange(Foundation.NSRange charRange);abstract member SetSelectedRange : Foundation.NSRange -> unit
override this.SetSelectedRange : Foundation.NSRange -> unitParameters
- charRange
- NSRange
- Attributes
Applies to
SetSelectedRange(NSRange, NSSelectionAffinity, Boolean)
[Foundation.Export("setSelectedRange:affinity:stillSelecting:")]
public virtual void SetSelectedRange(Foundation.NSRange charRange, AppKit.NSSelectionAffinity affinity, bool stillSelectingFlag);abstract member SetSelectedRange : Foundation.NSRange * AppKit.NSSelectionAffinity * bool -> unit
override this.SetSelectedRange : Foundation.NSRange * AppKit.NSSelectionAffinity * bool -> unitParameters
- charRange
- NSRange
- affinity
- NSSelectionAffinity
- stillSelectingFlag
- Boolean
- Attributes