[This is preliminary documentation and is subject to change.]

Represents known value of CategoryAttribute as defined in CategoryAttributeValues

Namespace: Tools.WindowsT.FormsT.UtilitiesT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public struct Value
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Structure Value
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public value class Value
F#
[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type Value =  struct end
JScript
JScript supports the use of structures, but not the declaration of new ones.

Remarks

This structure is only hint for intellisense

See Also