class Fzeet::ShellFolderDialog
Public Class Methods
new(opts = {}) { |self| ... }
click to toggle source
Calls superclass method
# File lib/fzeet/windows/comdlg/ShellFileDialog.rb, line 112 def initialize(opts = {}) super() SetOptions(Windows::FOS_PICKFOLDERS) begin yield self ensure Release() end if block_given? end