Top "Selected" questions

This is a general tag used when talking about one or more GUI element(s) that is/are selected by the user.

Select an area to capture using the mouse

I'm making a Java based screen shot application, and I want to make it so when you push a combination …

java image screenshot selected area
Xcode: set image on button only for default state, not also selected

I am new to Xcode and iPhone programming in general.. I have a simple problem thats bugging me.. I want …

ios xcode uibutton selected
using datasource with CheckedListBox and all items selected

I using this code to create and add item for DataSource in my CheckedListBox. CheckedListBox1.DataSource = DataSource1.Tables[0]; CheckedListBox1.DisplayMember = "…

c# datasource selected checkedlistbox
Vuetify: How to specify the background-color of a selected item in v-select component

I have a v-select widget (combobox / select) in a Vue application. When I open it and hover over an option, …

background-color vuetify.js selected v-select
Yii2 dropDownList mark option selected

Hi i'm trying to make a drop down list with selected value but there is still no progress, drop down …

drop-down-menu selected yii2
Delphi TStringGrid multi select, determining selected rows

Is there anyway to determine which rows are currently selected in a multi-select TStringGrid, or a TCustomGrid for that matter. …

delphi rows selected tstringgrid
Jquery add "selected" on dropdown menu

I have a simple dropdown menu with some options eg: <select name='music_style' id='palmsForm-music_style'> <…

jquery select selected
Move Up, Move Down Buttons for ListBoxes in Visual Studio

I am trying to make a Move Up Button, and a Move Down Button, to move a selected item in …

c# button visual-studio-2012 selected
How to style selected option color separately from disabled option

I have a HTML dropdown select menu with first option is disabled. I would like to show that default disabled …

html css select option selected
How can i check to see if a row has been selected?

I have a button click event on which i am getting a column value, if a Table row is selected. …

java if-statement jtable indexoutofboundsexception selected