FMX.MultiView.Types.TShadowedOverlayLayout

提供: RAD Studio API Documentation
移動先: 案内検索

FMX.MultiView.Types.TCustomTouchInterceptingLayoutFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTShadowedOverlayLayout

Delphi

TShadowedOverlayLayout = TTouchInterceptingLayout deprecated 'Use TTouchInterceptingLayout instead';

C++

typedef TTouchInterceptingLayout TShadowedOverlayLayout _DEPRECATED_ATTRIBUTE1("Use TTouchInterceptingLayout instead") ;

プロパティ

種類 可視性 ソース ユニット
class
typedef
public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types FMX.MultiView.Types

説明

マウス イベントをインターセプトするレイアウトです。

FMX.MultiView.Types.TShadowedOverlayLayout は FMX.MultiView.Types.TCustomTouchInterceptingLayout を継承しています。以下の内容はすべて FMX.MultiView.Types.TCustomTouchInterceptingLayout を参照しています。

マウス イベントをインターセプトするレイアウトです。

TCustomTouchInterceptingLayout は、マウス イベントをインターセプトするレイアウトです。TCustomTouchInterceptingLayout は、特別な領域でマウス イベントを捕捉するために使われます。

TCustomTouchInterceptingLayout は、たとえば画面の側面からのスライド効果を起こすために使用できます。

関連項目