_Options Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
Style1 0
Style2 1
[Flags]
 public enum _Options
 {
     Style1 = 0,
     Style2 = 1
 }
					
This language is not supported or no code example is available.

In this article

Definition