xtd 0.2.0
v_scroll_bar.h
Go to the documentation of this file.
1 #pragma once
5 #include "scroll_bar.h"
6 
8 namespace xtd {
10  namespace forms {
27  class forms_export_ v_scroll_bar : public scroll_bar {
28  public:
30 
33  v_scroll_bar();
35 
36  protected:
38 
40  xtd::forms::create_params create_params() const noexcept override;
41  xtd::drawing::size default_size() const noexcept override;
43  };
44  }
45 }
Represents a standard Windows horizontal scroll bar.
Definition: v_scroll_bar.h:27
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
Represents a standard Windows scroll bar.
Definition: scroll_bar.h:19
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Encapsulates the information needed when creating a control.
Definition: create_params.h:27
Contains xtd::forms::scroll_bar control.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13