FormGridControl.activeBackColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
activeBackColor() | |
activeBackColor(Int32) |
activeBackColor()
public:
virtual int activeBackColor();
public virtual int activeBackColor ();
abstract member activeBackColor : unit -> int
override this.activeBackColor : unit -> int
Public Overridable Function activeBackColor () As Integer
Returns
Applies to
activeBackColor(Int32)
public:
virtual int activeBackColor(int _value);
public virtual int activeBackColor (int _value);
abstract member activeBackColor : int -> int
override this.activeBackColor : int -> int
Public Overridable Function activeBackColor (_value As Integer) As Integer
Parameters
- _value
- Int32