ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollComponentInfo Structure
Members




In This Topic
    ImGearScrollComponentInfo Structure
    In This Topic
    Implements state of one scrollbar and uses pass scrolling information to and from ImageGear display code.
    Object Model
    ImGearScrollComponentInfo Structure
    Syntax
    'Declaration
     
    <TypeConverterAttribute(ImageGear.Display.ImGearScrollComponentInfoConverter)>
    Public Structure ImGearScrollComponentInfo 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearScrollComponentInfo
    [TypeConverter(ImageGear.Display.ImGearScrollComponentInfoConverter)]
    public struct ImGearScrollComponentInfo : System.ValueType 
    [TypeConverter(ImageGear.Display.ImGearScrollComponentInfoConverter)]
    public __value struct ImGearScrollComponentInfo : public System.ValueType 
    [TypeConverter(ImageGear.Display.ImGearScrollComponentInfoConverter)]
    public value class ImGearScrollComponentInfo : public System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Display.ImGearScrollComponentInfo

    See Also