ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbMaximizedFocus Field

In This Topic
    vbMaximizedFocus Field
    In This Topic
    Specifies that the window of the invoked program should be maximized and receive focus when calling the Shell function.
    Syntax
    'Declaration
     
    Public Const vbMaximizedFocus As AppWinStyle
    public const AppWinStyle vbMaximizedFocus
    See Also