[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Property that determines whether updates allow the control to be repainted.")]
public Point ScrollPosition {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Property that determines whether updates allow the control to be repainted.")]
public: __property Point get_ScrollPosition();
public: __property void set_ScrollPosition(
Pointvalue
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Property that determines whether updates allow the control to be repainted.")]
public:
property Point ScrollPosition {
Point get();
void set ( Pointvalue);
}