TabSize.IsValid(Int32) 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.
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
.