Vcl.Forms.TSetLayeredWindowAttributes

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

C++

typedef bool __stdcall (*TSetLayeredWindowAttributes)(NativeUInt Hwnd, unsigned crKey, System::Byte bAlpha, unsigned dwFlags);

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.Forms.hpp Vcl.Forms Vcl.Forms

説明

レイヤード ウィンドウの属性を設定するのに使用される関数です。

TSetLayeredWindowAttributes は、レイヤード ウィンドウの属性を設定するのに使用される関数です。たとえば、フォームの透明度を設定するのに、これを使用できます。


パラメータ 意味

Hwnd

レイヤード ウィンドウのハンドルを表します。

crKey

カラー キーを表します。

bAlpha

ブレンド機能の値を表します。

dwFlags

実行するアクションを指定します(たとえば、ウィンドウを透明にするには LWA_ALPHA を使用できます)。


関連項目