TabSize::IsValid Method (Int32)

 

Determines whether a given tab size is valid.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
virtual bool IsValid(
	int% proposedValue
) override

Parameters

proposedValue
Type: System::Int32

The size of the tab, in number of spaces.

Return Value

Type: System::Boolean

true if proposedValue is a valid size, otherwise false.

Return to top
Show: