Show / Hide Table of Contents

Enum SystemBackdropType

Enumera los distintos tipos de fondo que se pueden aplicar al fondo de una ventana.

Namespace: TheXDS.MCART.PInvoke.Models
Assembly: MCART.Windows.dll
Syntax
[CLSCompliant(false)]
public enum SystemBackdropType : uint

Fields

Name Description
Auto

Fondo automático. Windows determinará el tipo de fondo a dibujar.

MainWindow

Fondo de ventana principal.

None

No dibujar fondo.

TabbedWindow

Fondo de ventana con pestañas.

TransientWindow

Fondo de ventana secundaria.

Extension Methods

EnumExtensions.GetAttribute<T>(Enum)
EnumExtensions.GetAttributes<T>(Enum)
EnumExtensions.HasAttrValue<TAttribute, TValue>(Enum, out TValue)
EnumExtensions.HasAttribute<T>(Enum)
EnumExtensions.HasAttribute<T>(Enum, out T)
EnumExtensions.HasAttributes<T>(Enum, out IEnumerable<T>)
EnumExtensions.NameOf(Enum)
EnumExtensions.ToBytes(Enum)
EnumExtensions.ToUnderlyingType(Enum)
Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>)
ObjectExtensions.Is(object, object)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object, object)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Objects.Itself<SystemBackdropType>(SystemBackdropType)
Objects.ShallowClone<SystemBackdropType>(SystemBackdropType)
Objects.ShallowCopyTo<SystemBackdropType>(SystemBackdropType, SystemBackdropType)
CollectionExtensions.PushInto<SystemBackdropType, TCollection>(SystemBackdropType, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, SystemBackdropType>(SystemBackdropType, TKey, IDictionary<TKey, SystemBackdropType>)
EnumExtensions.ToUnderlyingType<SystemBackdropType>(SystemBackdropType)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX