Description
A rubber band border color.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RubberBandColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color RubberBandColor {get; set;}
|
[Managed C++] |
---|
public: __property uint get_RubberBandColor(); public: __property void set_RubberBandColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_RubberBandColor(
uint * pRetVal
);
public: HRESULT put_RubberBandColor(
uint RubberBandColor
);
|
[Java] |
---|
public long getRubberBandColor();
public void setRubberBandColor(
long
);
|
See Also