Gets or sets format flags of this ConfigurationCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public FormatFlags FormatFlags { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Property FormatFlags As FormatFlags Get Set
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public: property FormatFlags FormatFlags { FormatFlags get (); void set (FormatFlags value); }
Remarks
These are bit flags, use properties to change basic values.