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