RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionMainMenuBar.CanFocus Method

Indicates whether a TActionMainMenuBar component can receive focus.

Pascal
function CanFocus: Boolean; override;
C++
virtual __fastcall Boolean CanFocus();

By default, TActionMainMenuBar cannot receive input focus and should not participate in tab order. Therefore, CanFocus always returns false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!