Skip to main content

GetFocusedView

Since: IVPrismaUI10

virtual PrismaView GetFocusedView() noexcept = 0;

Returns the view that currently holds framework focus, or 0 if none.

HasAnyActiveFocus (V1) answers the yes/no of "is anything focused"; GetFocusedView tells you which view it is.

See also