Window.AddFlags(WindowManagerFlags) 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.
Convenience function to set the flag bits as specified in flags, as
per #setFlags
.
[Android.Runtime.Register("addFlags", "(I)V", "GetAddFlags_IHandler")]
public virtual void AddFlags (Android.Views.WindowManagerFlags flags);
[<Android.Runtime.Register("addFlags", "(I)V", "GetAddFlags_IHandler")>]
abstract member AddFlags : Android.Views.WindowManagerFlags -> unit
override this.AddFlags : Android.Views.WindowManagerFlags -> unit
Parameters
- flags
- WindowManagerFlags
The flag bits to be set.
- Attributes
Remarks
Convenience function to set the flag bits as specified in flags, as per #setFlags
.
Java documentation for android.view.Window.addFlags(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.
Applies to
See also
- <xref:Android.Views.Window.SetFlags(Android.Views.WindowManagerFlags%2c+Android.Views.WindowManagerFlags)>
- ClearFlags(WindowManagerFlags)