WebUIPhoneCallActivatedEventArgs.SplashScreen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object that provides splash screen information.
public:
property SplashScreen ^ SplashScreen { SplashScreen ^ get(); };
SplashScreen SplashScreen();
public SplashScreen SplashScreen { get; }
var splashScreen = webUIPhoneCallActivatedEventArgs.splashScreen;
Public ReadOnly Property SplashScreen As SplashScreen
Property Value
The object that provides splash screen information.