Window.ClearFlags(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 clear the flag bits as specified in flags, as
per #setFlags
.
[Android.Runtime.Register("clearFlags", "(I)V", "GetClearFlags_IHandler")]
public virtual void ClearFlags (Android.Views.WindowManagerFlags flags);
[<Android.Runtime.Register("clearFlags", "(I)V", "GetClearFlags_IHandler")>]
abstract member ClearFlags : Android.Views.WindowManagerFlags -> unit
override this.ClearFlags : Android.Views.WindowManagerFlags -> unit
Parameters
- flags
- WindowManagerFlags
The flag bits to be cleared.
- Attributes
Remarks
Convenience function to clear the flag bits as specified in flags, as per #setFlags
.
Java documentation for android.view.Window.clearFlags(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)>
- AddFlags(WindowManagerFlags)