ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / ILoadable Interface / Load Method

In This Topic
    Load Method (ILoadable)
    In This Topic
    Starts synchronous or asynchronous load operation.
    Syntax
    'Declaration
     
    
    Function Load() As Boolean
    bool Load()

    Return Value

    Returns true if object has been successfully loaded; otherwise, returns false.
    See Also