TabSize.IsValid(Int32) Method

Definition

Determines whether a given tab size is valid.

public:
 override bool IsValid(int % proposedValue);
public override bool IsValid (ref int proposedValue);
override this.IsValid : int -> bool
Public Overrides Function IsValid (ByRef proposedValue As Integer) As Boolean

Parameters

proposedValue
Int32

The size of the tab, in number of spaces.

Returns

true if proposedValue is a valid size, otherwise false.

Applies to