'Declaration <DescriptionAttribute("A value indicating whether the TextBoxTransformer is enabled.")> Public Property TextBoxTransformerEnabled As Boolean
[Description("A value indicating whether the TextBoxTransformer is enabled.")] public bool TextBoxTransformerEnabled { get; set; }
[Description("A value indicating whether the TextBoxTransformer is enabled.")] public: __property bool get_TextBoxTransformerEnabled(); public: __property void set_TextBoxTransformerEnabled(
bool value
);
Property Value
True, если TextBoxTransformer включен; в противном случае, false.