[Description("A value indicating whether non-printable characters must be shown.")] [DefaultValue(False)] public bool ShowNonPrintableCharacters { get; set; }
[Description("A value indicating whether non-printable characters must be shown.")] [DefaultValue(False)] public: __property bool get_ShowNonPrintableCharacters(); public: __property void set_ShowNonPrintableCharacters(
bool value
);
[Description("A value indicating whether non-printable characters must be shown.")] [DefaultValue(False)] public:
property bool ShowNonPrintableCharacters { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether non-printable characters must be shown.")> <DefaultValueAttribute(False)> Public Property ShowNonPrintableCharacters As Boolean
Property Value
Default value is false.