Share via


LANGPREFERENCES.fShowSmartIndent Field

Determines whether the smart indent option is set through the user interface.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public fShowSmartIndent As UInteger
'Usage
Dim instance As LANGPREFERENCES 
Dim value As UInteger 

value = instance.fShowSmartIndent 

instance.fShowSmartIndent = value
public uint fShowSmartIndent
public:
unsigned int fShowSmartIndent
public var fShowSmartIndent : uint

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

LANGPREFERENCES Structure

LANGPREFERENCES Members

Microsoft.VisualStudio.TextManager.Interop Namespace