ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / ILoadable Interface / Load Method

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

    Return Value

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