'Declaration <DescriptionAttribute("A value indicating whether the appearance characteristics must be set.")> <CategoryAttribute("AppearanceCharacteristics")> <DefaultValueAttribute(False)> Public Property SetAppearanceCharacteristics As Boolean
[Description("A value indicating whether the appearance characteristics must be set.")] [Category("AppearanceCharacteristics")] [DefaultValue(False)] public bool SetAppearanceCharacteristics { get; set; }
[Description("A value indicating whether the appearance characteristics must be set.")] [Category("AppearanceCharacteristics")] [DefaultValue(False)] public: __property bool get_SetAppearanceCharacteristics(); public: __property void set_SetAppearanceCharacteristics(
bool value
);
[Description("A value indicating whether the appearance characteristics must be set.")] [Category("AppearanceCharacteristics")] [DefaultValue(False)] public:
property bool SetAppearanceCharacteristics { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.