Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) NSTextView.SelectAll Examples
Programming Language:
C# (CSharp)
Class/Type:
NSTextView
Method/Function:
SelectAll
Examples at hotexamples.com:
1
C# (CSharp) NSTextView.SelectAll - 1 examples found
. These are the top rated real world C# (CSharp) examples of
NSTextView.SelectAll
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
InsertText(5)
selectedRange(4)
window(3)
insertText(2)
string_(2)
UnmarkText(2)
SetMarkedText(1)
SetString(1)
characterIndexForInsertionAtPoint(1)
isEditable(1)
convertPointFromBase(1)
SelectAll(1)
selectionRangeForProposedRange_granularity(1)
setSelectedRange(1)
superview(1)
textStorage(1)
SetDelegate(1)
AllowsUndo(1)
BecomeFirstResponder(1)
RespondsToSelector(1)
PerformSelectorWithObject(1)
PerformSelector(1)
Paste(1)
GetTextRange(1)
GetFractionOfDistanceThroughGlyph(1)
GetFirstRect(1)
GetBaselineDelta(1)
DrawsVertically(1)
Dispose(1)
Cut(1)
Copy(1)
Complete(1)
ClearText(1)
RtfFromRange(1)
Frequently Used Methods
InsertText (5)
selectedRange (4)
window (3)
insertText (2)
string_ (2)
UnmarkText (2)
SetMarkedText (1)
SetString (1)
characterIndexForInsertionAtPoint (1)
isEditable (1)
Frequently Used Methods
convertPointFromBase (1)
SelectAll (1)
selectionRangeForProposedRange_granularity (1)
setSelectedRange (1)
superview (1)
textStorage (1)
SetDelegate (1)
AllowsUndo (1)
BecomeFirstResponder (1)
RespondsToSelector (1)
PerformSelectorWithObject (1)
PerformSelector (1)
Paste (1)
GetTextRange (1)
GetFractionOfDistanceThroughGlyph (1)
GetFirstRect (1)
GetBaselineDelta (1)
DrawsVertically (1)
Dispose (1)
Cut (1)
Frequently Used Methods
PerformSelectorWithObject (1)
PerformSelector (1)
Paste (1)
GetTextRange (1)
GetFractionOfDistanceThroughGlyph (1)
GetFirstRect (1)
GetBaselineDelta (1)
DrawsVertically (1)
Dispose (1)
Cut (1)
Copy (1)
Complete (1)
ClearText (1)
RtfFromRange (1)
Frequently Used Methods
Copy (1)
Complete (1)
ClearText (1)
RtfFromRange (1)
Example #1
0
Show file
File:
TextBoxBase-NSTextView.cs
Project:
emclient/mac-playground
public virtual void SelectAll() { if (textView != null) { textView.SelectAll(textView); } }
x