'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether non-printable characters must be shown.")> Public Property ShowNonPrintableCharacters As Boolean
[DefaultValue(False)] [Description("A value indicating whether non-printable characters must be shown.")] public bool ShowNonPrintableCharacters { get; set; }
[DefaultValue(False)] [Description("A value indicating whether non-printable characters must be shown.")] public: __property bool get_ShowNonPrintableCharacters(); public: __property void set_ShowNonPrintableCharacters(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether non-printable characters must be shown.")] public:
property bool ShowNonPrintableCharacters { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.