ActionMode.Type Property
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.
Returns the type for this action mode. -or- Set a type for this action mode.
public virtual Android.Views.ActionModeType Type { [Android.Runtime.Register("getType", "()I", "GetGetTypeHandler", ApiSince=23)] get; [Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getType", "()I", "GetGetTypeHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler", ApiSince=23)>]
member this.Type : Android.Views.ActionModeType with get, set
Property Value
One of #TYPE_PRIMARY
or #TYPE_FLOATING
.
- Attributes
Remarks
Property getter documentation:
Returns the type for this action mode.
Java documentation for android.view.ActionMode.getType()
.
Property setter documentation:
Set a type for this action mode. This will affect how the system renders the action mode if it has to.
Java documentation for android.view.ActionMode.setType(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.