UIResponder.SelectAll(NSObject) Method

Definition

Indicates a "Select All" editing operation.

[Foundation.Export("selectAll:")]
public virtual void SelectAll (Foundation.NSObject sender);
abstract member SelectAll : Foundation.NSObject -> unit
override this.SelectAll : Foundation.NSObject -> unit

Parameters

sender
NSObject

Object calling this method.

This parameter can be null.

Attributes

Remarks

Classes overriding this method should select all of the information available in the current object.

Applies to