Share via


ReportIntegerControl.allowNegative Method

Definition

Overloads

allowNegative()
allowNegative(Int32)

allowNegative()

public:
 virtual int allowNegative();
public virtual int allowNegative ();
abstract member allowNegative : unit -> int
override this.allowNegative : unit -> int
Public Overridable Function allowNegative () As Integer

Returns

Applies to

allowNegative(Int32)

public:
 virtual int allowNegative(int _value);
public virtual int allowNegative (int _value);
abstract member allowNegative : int -> int
override this.allowNegative : int -> int
Public Overridable Function allowNegative (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to