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

In This Topic
    vbNormalFocus Field
    In This Topic
    Specifies that the window of the invoked program should be displayed in its normal size and position, and receive focus when calling the Shell function.
    Syntax
    'Declaration
     
    Public Const vbNormalFocus As AppWinStyle
    public const AppWinStyle vbNormalFocus
    See Also