'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the selected font name.")> Public Property SelectedFontName As System.String
'Usage
Dim instance As NFontListBox Dim value As System.String instance.SelectedFontName = value value = instance.SelectedFontName
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the selected font name.")] public System.string SelectedFontName {get; set;}