Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / ReadSizeAttribute Method

In This Topic
    ReadSizeAttribute Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Sub ReadSizeAttribute( _
       ByVal attrs As System.Xml.XmlAttributeCollection, _
       ByVal attrName As System.String, _
       ByRef useSize As System.Boolean, _
       ByRef sizeType As SizeType, _
       ByRef sizeValue As System.Integer _
    ) 
    protected void ReadSizeAttribute( 
       System.Xml.XmlAttributeCollection attrs,
       System.string attrName,
       ref System.bool useSize,
       ref SizeType sizeType,
       ref System.int sizeValue
    )

    Parameters

    attrs
    attrName
    useSize
    sizeType
    sizeValue
    See Also