|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Audio search panel. Prompts for Artist, Album and Track
Field Summary | |
---|---|
System.ComponentModel.Container | components |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.Label | label3 |
System.Windows.Forms.TextBox | txtAlbum |
System.Windows.Forms.TextBox | txtArtist |
System.Windows.Forms.TextBox | txtTrack |
Fields inherited from class System.Windows.Forms.ScrollableControl |
---|
scrollPosition |
Fields inherited from class System.Windows.Forms.Control |
---|
window |
Constructor Summary | |
---|---|
SearchAudio() Initializes a new instance of the SearchAudio class. |
Property Summary | |
---|---|
Naanou.Common.FileCategory | Filter |
Properties inherited from class System.Windows.Forms.UserControl |
---|
DefaultSize, Text |
Properties inherited from class System.Windows.Forms.ContainerControl |
---|
ActiveControl, BindingContext, CreateParams, ParentForm |
Properties inherited from class System.Windows.Forms.ScrollableControl |
---|
AutoScroll, AutoScrollMargin, AutoScrollMinSize, AutoScrollPosition, DisplayRectangle, DockPadding, HScroll, VScroll |
Properties inherited from class System.Windows.Forms.Control |
---|
AccessibilityObject, AccessibleDefaultActionDescription, AccessibleDescription, AccessibleName, AccessibleRole, AllowDrop, Anchor, BackColor, BackgroundImage, Bottom, Bounds, CanFocus, CanSelect, Capture, CausesValidation, ClientRectangle, ClientSize, CompanyName, ContainsFocus, ContextMenu, Controls, Created, Cursor, DataBindings, DefaultImeMode, Disposing, Dock, Enabled, Focused, Font, FontHeight, ForeColor, Handle, HasChildren, Height, ImeMode, InvokeRequired, IsAccessible, IsDisposed, IsHandleCreated, Left, Location, Name, Parent, ProductName, ProductVersion, RecreatingHandle, Region, RenderRightToLeft, ResizeRedraw, Right, RightToLeft, ShowFocusCues, ShowKeyboardCues, Site, Size, TabIndex, TabStop, Tag, Top, TopLevelControl, Visible, Width, WindowTarget |
Properties inherited from class System.ComponentModel.Component |
---|
Container, DesignMode, Events |
Method Summary | |
---|---|
void | Clear() |
void | ColumnSetup(System.Windows.Forms.ListView list) |
void |
Dispose(bool disposing) Clean up any resources being used. |
Naanou.Common.Search.SearchQuery | GetQuery() |
System.Windows.Forms.ListViewItem.ListViewSubItem[] | GetSubItems(System.Windows.Forms.ListViewItem p, Naanou.Common.Search.SearchResult r, Naanou.Common.IEntry entry) |
void |
InitializeComponent() Required method for Designer support - do not modify the contents of this method with the code editor. |
Methods inherited from class System.Windows.Forms.UserControl |
---|
OnCreateControl, OnLoad, OnMouseDown, WndProc |
Methods inherited from class System.Windows.Forms.ContainerControl |
---|
AdjustFormScrollbars, IContainerControl.ActivateControl, OnControlRemoved, ProcessDialogChar, ProcessDialogKey, ProcessMnemonic, ProcessTabKey, Select, UpdateDefaultButton, Validate |
Methods inherited from class System.Windows.Forms.ScrollableControl |
---|
GetScrollState, OnLayout, OnMouseWheel, OnVisibleChanged, ScaleCore, ScrollControlIntoView, SetAutoScrollMargin, SetDisplayRectLocation, SetScrollState |
Methods inherited from class System.ComponentModel.Component |
---|
Dispose, Finalize, GetService, ToString |
Methods inherited from class System.MarshalByRefObject |
---|
CreateObjRef, GetLifetimeService, InitializeLifetimeService |
Methods inherited from class System.Object |
---|
Equals, GetHashCode, GetType, MemberwiseClone |
Events inherited from class System.Windows.Forms.UserControl |
---|
Load |
Events inherited from class System.Windows.Forms.Control |
---|
BackColorChanged, BackgroundImageChanged, BindingContextChanged, CausesValidationChanged, ChangeUICues, Click, ContextMenuChanged, ControlAdded, ControlRemoved, CursorChanged, DockChanged, DoubleClick, DragDrop, DragEnter, DragLeave, DragOver, EnabledChanged, Enter, FontChanged, ForeColorChanged, GiveFeedback, GotFocus, HandleCreated, HandleDestroyed, HelpRequested, ImeModeChanged, Invalidated, KeyDown, KeyPress, KeyUp, Layout, Leave, LocationChanged, LostFocus, MouseDown, MouseEnter, MouseHover, MouseLeave, MouseMove, MouseUp, MouseWheel, Move, Paint, ParentChanged, QueryAccessibilityHelp, QueryContinueDrag, Resize, RightToLeftChanged, SizeChanged, StyleChanged, SystemColorsChanged, TabIndexChanged, TabStopChanged, TextChanged, Validated, Validating, VisibleChanged |
Events inherited from class System.ComponentModel.Component |
---|
Disposed |
Field Detail |
---|
private System.ComponentModel.Container components
private System.Windows.Forms.Label label1
private System.Windows.Forms.Label label2
private System.Windows.Forms.Label label3
private System.Windows.Forms.TextBox txtAlbum
private System.Windows.Forms.TextBox txtArtist
private System.Windows.Forms.TextBox txtTrack
Constructor Detail |
---|
public SearchAudio()
Initializes a new instance of the SearchAudio class.
Property Detail |
---|
public Naanou.Common.FileCategory Filter
Method Detail |
---|
public void Clear()
public void ColumnSetup(System.Windows.Forms.ListView list)
protected void Dispose(bool disposing)
Clean up any resources being used.
public Naanou.Common.Search.SearchQuery GetQuery()
public System.Windows.Forms.ListViewItem.ListViewSubItem[] GetSubItems(System.Windows.Forms.ListViewItem p, Naanou.Common.Search.SearchResult r, Naanou.Common.IEntry entry)
private void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor.
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |