Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WinForms LayoutControl には、コントロールがフォーカスされたときに LayoutItem 全体を強調表示する機能があります。VCL dxLayoutControl に類似したものはありますか?
FocusControlOnItemCaptionClick を使用して、LayOutItem を強調表示します。
<TdxLayOutControl>.OptionsItem.FocusControlOnItemCaptionClick:= True;