Dialog.CaptionAttribute Class
On Reflection-based UIs, this attribute can be applied to a member to set the caption for the element.

See Also: CaptionAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.All, Inherited=false)]
public class CaptionAttribute : Attribute

Remarks

c# Example

	[Preserve (AllMembers=true)]
	class Settings {
	[Section ("Enumerations")]
		
		[Caption ("Favorite CLR type")]
		public TypeCode FavoriteType;
	}
	

Requirements

Namespace: Dialog
Assembly: Dialog-1 (in Dialog-1.dll)
Assembly Versions: 0.0.0.0