Class: Wx::ContentProtection

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/top_level_window.rb

Constant Summary collapse

CONTENT_PROTECTION_NONE =

Window contents are visible in screen captures.

Wx::ContentProtection.new(0)
CONTENT_PROTECTION_ENABLED =

Window contents are not visible in screen captures.

Wx::ContentProtection.new(1)