IInitialRuntimeProperties Interface
The properties for display control can be set before shown
Syntax
'Declaration <SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces", Justification="Backward compatible")> Public Interface IInitialRuntimeProperties Inherits IInitialRuntimeProperties
'Usage Dim instance As IInitialRuntimeProperties
[SuppressMessage("Microsoft.Design", "CA1040:AvoidEmptyInterfaces", Justification="Backward compatible")] public interface IInitialRuntimeProperties : IInitialRuntimeProperties
[SuppressMessage("Microsoft.Design", "CA1040:AvoidEmptyInterfaces", Justification="Backward compatible")] public interface class IInitialRuntimeProperties : public IInitialRuntimeProperties
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also