Implements state of one scrollbar and uses pass scrolling information to and from
ImageGear display code.
Object Model
Syntax
'Declaration
<TypeConverterAttribute("ImageGear.Display.ImGearScrollComponentInfoConverter, ImageGear24.Core, Version=24.9.0.8, Culture=neutral, PublicKeyToken=80d669b8b606a2da")>
Public Structure ImGearScrollComponentInfo
Inherits System.ValueType
[TypeConverter("ImageGear.Display.ImGearScrollComponentInfoConverter, ImageGear24.Core, Version=24.9.0.8, Culture=neutral, PublicKeyToken=80d669b8b606a2da")]
public struct ImGearScrollComponentInfo : System.ValueType
[TypeConverter("ImageGear.Display.ImGearScrollComponentInfoConverter, ImageGear24.Core, Version=24.9.0.8, Culture=neutral, PublicKeyToken=80d669b8b606a2da")]
public __value struct ImGearScrollComponentInfo : public System.ValueType
[TypeConverter("ImageGear.Display.ImGearScrollComponentInfoConverter, ImageGear24.Core, Version=24.9.0.8, Culture=neutral, PublicKeyToken=80d669b8b606a2da")]
public value class ImGearScrollComponentInfo : public System.ValueType
Inheritance Hierarchy
System.Object
System.ValueType
ImageGear.Display.ImGearScrollComponentInfo
See Also