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