'Declaration <DescriptionAttribute("A value indicating whether MPR image data are filling.")> <CategoryAttribute("State")> Public ReadOnly Property IsDataFilling As Boolean
[Description("A value indicating whether MPR image data are filling.")] [Category("State")] public bool IsDataFilling { get; }
[Description("A value indicating whether MPR image data are filling.")] [Category("State")] public: __property bool get_IsDataFilling();
[Description("A value indicating whether MPR image data are filling.")] [Category("State")] public:
property bool IsDataFilling { bool get(); }