FRAMEPREFERENCES.fHorzScrollbar Field
Determines whether the frame should display a horizontal scroll bar for views.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
‘선언
Public fHorzScrollbar As UInteger
‘사용 방법
Dim instance As FRAMEPREFERENCES
Dim value As UInteger
value = instance.fHorzScrollbar
instance.fHorzScrollbar = value
public uint fHorzScrollbar
public:
unsigned int fHorzScrollbar
val mutable fHorzScrollbar: uint32
public var fHorzScrollbar : uint
Remarks
COM Signature
From textmgr.idl:
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.